Markus Pesch
aeaae484d3
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
376 B
YAML
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 }}
|