helm-charts/opendmarc/templates/service.yaml

16 lines
346 B
YAML
Raw Normal View History

2021-01-17 01:09:41 +00:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "opendmarc.fullname" . }}
labels:
{{- include "opendmarc.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: 8893
targetPort: 8893
protocol: TCP
name: dmarc
selector:
{{- include "opendmarc.selectorLabels" . | nindent 4 }}