mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Allow envoy-gateway-system ingress to rook-ceph for dashboard
The Ceph dashboard moved from Istio to the Envoy edge gateway but the CiliumNetworkPolicy was still only allowing istio-system, causing 503s. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
31113ecf16
commit
c199715276
@@ -139,10 +139,13 @@ spec:
|
||||
- host
|
||||
- kube-apiserver
|
||||
- remote-node
|
||||
# Istio ingress gateway (Ceph dashboard)
|
||||
# Ingress gateways (Ceph dashboard)
|
||||
- fromEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: istio-system
|
||||
- fromEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: envoy-gateway-system
|
||||
# Internal Ceph traffic
|
||||
- fromEndpoints:
|
||||
- matchLabels:
|
||||
|
||||
Reference in New Issue
Block a user