fix(atlantis): Allow Atlantis to 6379 TCP

This commit is contained in:
2025-11-15 18:59:15 +01:00
parent e2b2b7ae27
commit ffafbfee63
@@ -0,0 +1,16 @@
{{- if .Values.clusterConfig.cilium.enabled }}
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-world
namespace: {{ .Release.Namespace }}
spec:
egress:
- toPorts:
- ports:
- port: "6379"
protocol: TCP
endpointSelector:
matchLabels:
app.kubernetes.io/name: atlantis
{{- end }}