helm-charts/rspamd/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 "rspamd.fullname" . }}
labels:
{{- include "rspamd.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: 11332
targetPort: 11332
protocol: TCP
name: rspamd-proxy
selector:
{{- include "rspamd.selectorLabels" . | nindent 4 }}