Add prod codex

This commit is contained in:
2026-01-07 14:10:49 +01:00
parent 7594dfe93d
commit 3255430a3b
6 changed files with 189 additions and 1 deletions
@@ -0,0 +1,14 @@
{{- if .Values.clusterConfig.cilium.enabled }}
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-external-services
namespace: {{ .Release.Namespace }}
spec:
egress:
- toFQDNs:
- matchName: cacerts.digicert.com
endpointSelector:
matchLabels: {}
{{- end }}