fix: Correct ns

This commit is contained in:
2025-09-26 16:34:43 +02:00
parent c37c20818d
commit 25e70a6c2c
4 changed files with 5 additions and 5 deletions
@@ -3,7 +3,7 @@ apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy kind: CiliumNetworkPolicy
metadata: metadata:
name: allow-api-server name: allow-api-server
namespace: slurm-operator namespace: slinky
spec: spec:
egress: egress:
- toEntities: - toEntities:
@@ -2,8 +2,8 @@
apiVersion: cilium.io/v2 apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy kind: CiliumNetworkPolicy
metadata: metadata:
name: allow-host-to-mariadb name: allow-host-to-slurm-operator
namespace: slurm-operator namespace: slinky
spec: spec:
endpointSelector: endpointSelector:
matchLabels: matchLabels:
@@ -3,7 +3,7 @@ apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy kind: CiliumNetworkPolicy
metadata: metadata:
name: allow-prometheus-metrics name: allow-prometheus-metrics
namespace: slurm-operator namespace: slinky
spec: spec:
endpointSelector: endpointSelector:
matchLabels: matchLabels:
@@ -3,7 +3,7 @@ apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy kind: CiliumNetworkPolicy
metadata: metadata:
name: allow-remote-node-webhooks name: allow-remote-node-webhooks
namespace: slurm-operator namespace: slinky
spec: spec:
endpointSelector: endpointSelector:
matchLabels: {} matchLabels: {}