Commit Graph

3 Commits

Author SHA1 Message Date
ae8bb36d48 chore: update nodeSelector in helm values
- 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.
2025-04-22 11:19:16 +08:00
8d69e8ff45 chore: update storageClass from local to nfs
- 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.
2025-04-22 10:47:17 +08:00
2bb098c6e3 first commit 2025-04-12 13:11:34 +08:00