clementguillot / nx-cloud-ce

OSS version of Nx Cloud
MIT License
13 stars 1 forks source link

K8s service `server` send HTTP requests to `cleanup` job #228

Closed clementguillot closed 1 month ago

clementguillot commented 1 month ago

Description

Due to overlapping selectors, the cleanup CronJob may inadvertently receive HTTP requests. To resolve this, we need to update the Service selectors and the CronJob's template metadata, ensuring each has distinct labels for proper request routing.