FEAT(applications): enable HA with replica 2 and soft anti-affinity
- Add replicaCount: 2 to docusaurus, headlamp, homer, mas, umami - Add soft pod anti-affinity for node distribution - Enable high availability across multiple nodes
This commit is contained in:
@@ -44,7 +44,7 @@ resources:
|
||||
limits:
|
||||
memory: 576Mi
|
||||
|
||||
replicaCount: 1
|
||||
replicaCount: 2
|
||||
|
||||
# Autoscaling
|
||||
autoscaling:
|
||||
@@ -77,3 +77,14 @@ readinessProbe:
|
||||
port: 3000
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 5
|
||||
|
||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
preferredDuringSchedulingIgnoredDuringExecution:
|
||||
- weight: 100
|
||||
podAffinityTerm:
|
||||
labelSelector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: umami
|
||||
topologyKey: kubernetes.io/hostname
|
||||
|
||||
Reference in New Issue
Block a user