mirror of
https://github.com/versia-pub/versia-go.git
synced 2025-12-06 06:28:18 +01:00
15 lines
305 B
YAML
15 lines
305 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ include "versiago.fullname" . }}
|
|
labels:
|
|
{{- include "versiago.labels" . | nindent 4 }}
|
|
spec:
|
|
selector:
|
|
{{- include "versiago.selectorLabels" . | nindent 4 }}
|
|
ports:
|
|
- port: 80
|
|
targetPort: http
|
|
name: http
|
|
protocol: TCP
|