Phase 1 of platform stack split for parallel CI applies. All 3 modules were fully independent (no cross-module refs). State migrated via terraform state mv. All 3 stacks applied with zero changes (dbaas had pre-existing ResourceQuota drift). Woodpecker pipeline updated to run extracted stacks in parallel.
14 lines
239 B
YAML
14 lines
239 B
YAML
---
|
|
orchestrator:
|
|
# persistence:
|
|
# enabled: false
|
|
ingress:
|
|
enable: false
|
|
hosts:
|
|
- host: db.viktorbarzin.me
|
|
paths:
|
|
- path: /
|
|
tls:
|
|
- secretName: ${secretName}
|
|
hosts:
|
|
- db.viktorbarzin.me
|