postfixadmin-charts/templates/postfixadmin/service.yaml
Markus Pesch aeaae484d3
All checks were successful
continuous-integration/drone/push Build is passing
Initial Commit
2021-09-26 20:56:02 +02:00

16 lines
376 B
YAML

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