FIX(goldilocks): merge duplicate dashboard sections

- Merge dashboard.affinity into dashboard section
- Fix YAML structure to prevent OutOfSync status
This commit is contained in:
2026-01-08 13:01:29 +09:00
parent 4515ea0b33
commit 1b7a4294dc

View File

@@ -33,6 +33,17 @@ dashboard:
hosts: hosts:
- goldilocks0213.kro.kr - goldilocks0213.kro.kr
# Affinity - Soft Anti-Affinity to spread pods across nodes
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchLabels:
app.kubernetes.io/name: goldilocks
topologyKey: kubernetes.io/hostname
# Controller configuration # Controller configuration
controller: controller:
enabled: true enabled: true
@@ -52,15 +63,3 @@ controller:
vpa: vpa:
# Set to false since we're installing VPA separately # Set to false since we're installing VPA separately
enabled: false enabled: false
# Affinity - Soft Anti-Affinity to spread pods across nodes
dashboard:
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchLabels:
app.kubernetes.io/name: goldilocks
topologyKey: kubernetes.io/hostname