18 lines
361 B
YAML
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 }}
|