keksAccountHelm/templates/service.yaml

16 lines
385 B
YAML
Raw Normal View History

2019-11-26 16:53:57 +00:00
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 }}