ZhenYi
ad2cb7255f
refactor(deploy): use envFrom with configMapRef for all deployments
...
Replace individual configMapKeyRef env vars with envFrom + configMapRef
to inject the full ConfigMap, plus minimal env blocks for static values.
Also remove resources block from operator deployment (K8s schema validation).
2026-04-15 13:48:13 +08:00
ZhenYi
2f31e7268b
feat: add imagePullSecrets support to all deployment templates
2026-04-15 10:59:15 +08:00
ZhenYi
33c5501fc9
fix: remove resources from deployment templates to fix K8s schema validation
2026-04-15 10:56:22 +08:00
ZhenYi
53c63dad19
fix: simplify static deployment template, fix YAML parse error
2026-04-15 10:47:25 +08:00
ZhenYi
9112cb2dff
fix: use scratch variable for port binding in static template
2026-04-15 10:42:53 +08:00
ZhenYi
9776c923c0
fix: use %v instead of %s+print for port in static template
2026-04-15 10:40:02 +08:00
ZhenYi
93cfff9738
init
2026-04-15 09:08:09 +08:00