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.
16 lines
333 B
Smarty
16 lines
333 B
Smarty
tls:
|
|
useSelfSigned: true
|
|
credentials:
|
|
root:
|
|
password: ${root_password}
|
|
user: root
|
|
serverInstances: 1
|
|
podSpec:
|
|
containers:
|
|
- name: mysql
|
|
resources:
|
|
requests:
|
|
memory: "1024Mi" # adapt to your needs
|
|
cpu: "100m" # adapt to your needs
|
|
limits:
|
|
memory: "2048Mi" # adapt to your needs
|