place-labs / k8s-helm

Helm charts for PlaceOS on Kubernetes
0 stars 2 forks source link

fix(network): allow external to ingress pod #73

Closed viv-4 closed 1 year ago

viv-4 commented 1 year ago

With all services deployed to the same namespace now, ingress-nginx now has policies applied to it which results in anything not defined being blocked, the load balancer being the issue This change adds the allow-external label to the nginx ingress which allows all traffic to the ingress pod, which was previously the default as ingress-nginx was deployed in it's own namespace with no network policies

viv-4 commented 1 year ago

closes: https://github.com/place-labs/k8s-helm/issues/60