ckotzbauer_helm-charts/charts/vulnerability-operator/templates/service.yaml

16 lines
299 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ template "app.name" . }}
labels:
{{- include "app.labels" . | nindent 4 }}
spec:
type: ClusterIP
ports:
- name: http
port: 8080
targetPort: http
protocol: TCP
selector:
{{- include "app.selectorLabels" . | nindent 4 }}