FIX(goldilocks): merge duplicate dashboard sections
- Merge dashboard.affinity into dashboard section - Fix YAML structure to prevent OutOfSync status
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user