This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountHelm/templates/service.yaml
2019-11-26 17:53:57 +01:00

15 lines
385 B
YAML

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