diff --git a/values/openfga/manifests/policies/allow-cnpg-status.yaml b/values/openfga/manifests/policies/allow-cnpg-status.yaml new file mode 100644 index 00000000..79f3abca --- /dev/null +++ b/values/openfga/manifests/policies/allow-cnpg-status.yaml @@ -0,0 +1,15 @@ +{{- if .Values.clusterConfig.cilium.enabled }} +apiVersion: cilium.io/v2 +kind: CiliumNetworkPolicy +metadata: + name: allow-cnpg-status + namespace: openfga +spec: + ingress: + - fromEntities: + - remote-node + toPorts: + - ports: + - port: "8000" + protocol: TCP +{{- end }}