Merge pull request #153 from sirius0xdev/fix/trading-dashboard-tailscale-netpol

fix(platform): allow tailscale namespace in NetworkPolicy for dashboard proxy access
This commit is contained in:
sirius0xdev 2026-05-25 03:16:28 -04:00 committed by GitHub
commit 1ba5a4e8a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,22 @@ spec:
protocol: TCP protocol: TCP
- port: 8003 - port: 8003
protocol: TCP protocol: TCP
# Allow from Tailscale proxy namespace
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: tailscale
ports:
- port: 3000
protocol: TCP
- port: 8000
protocol: TCP
- port: 8001
protocol: TCP
- port: 8002
protocol: TCP
- port: 8003
protocol: TCP
# Allow inter-service communication # Allow inter-service communication
- from: - from:
- podSelector: - podSelector: