fix(plume): Add policy to allow plumes

This commit is contained in:
2025-07-02 20:09:18 +02:00
parent 7439903617
commit da0d4f39d6
@@ -0,0 +1,14 @@
{{- if .Values.clusterConfig.cilium.enabled }}
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: allow-plume
namespace: {{ .Release.Namespace }}
spec:
egress:
- toFQDNs:
- matchPattern: 'plume.data.oceanbox.io'
endpointSelector:
matchLabels:
app.kubernetes.io/name: atlantis
{{- end }}