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