- Remove specific hostname constraint from
nodeSelector for various components and add
region and datacenter keys.
This change allows more flexible scheduling of pods
across available nodes by removing the fixed
hostname requirement. It introduces the ability to
distribute workloads based on region and data center
while maintaining functional consistency across the
Kubernetes deployment.
- Changed storageClass from "local-vkus1" to "nfs-zgo-us1" for various components:
- api
- proxy
- ssrfProxy
- pluginDaemon
- postgresql
- redis
This update standardizes the storage class across multiple components,
potentially improving compatibility and performance with NFS-based storage.
It may help in better resource management and scalability.