obch/charts/gtfso-vbb/templates/service.yaml

15 lines
340 B
YAML
Raw Permalink Normal View History

2024-01-12 01:05:22 +00:00
apiVersion: v1
kind: Service
metadata:
labels:
{{- include "gtfso-vbb.labels" . | fromYaml | toYaml | nindent 4 }}
name: {{ include "gtfso-vbb.fullname" . }}
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 5000
selector:
{{- include "gtfso-vbb.selectorLabels" . | fromYaml | toYaml | nindent 4 }}