metacpan / metacpan-k8s

1 stars 1 forks source link

Nginx pods need Anti-Affinity #89

Open ranguard opened 4 months ago

ranguard commented 4 months ago

Can end up with 2 pods on one node:

https://argocd.do.metacpan.org/applications/argocd/ngiinx?resource=&view=pods

image

The config does't have Anti-Affinity https://github.com/metacpan/metacpan-k8s/blob/main/platform/ingress-nginx/kustomization.yaml

This leads to the load balancer not being happy:

image