Merge branch 'main' of gitlab.com:oceanbox/manifests

This commit is contained in:
2025-11-16 09:27:04 +01:00
@@ -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 }}