Files
manifests/values/system/hel1/network/allow-itpartner-mail-egress.yaml
T
2026-07-08 15:46:20 +02:00

18 lines
361 B
YAML

{{- if .Values.clusterConfig.cilium.enabled }}
apiVersion: cilium.io/v2
kind: CiliumClusterwideNetworkPolicy
metadata:
name: allow-itpartner-mail-egress
spec:
endpointSelector: {}
egress:
- toFQDNs:
- matchName: mx.itpartner.no
toPorts:
- ports:
- port: "587"
protocol: TCP
- port: "465"
protocol: TCP
{{- end }}