Skip to content

Commit 93ef4f0

Browse files
committed
⚡ ArgoCD Bootstrap
1 parent 4ba50e0 commit 93ef4f0

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

apps/mimir/base/kustomization.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,10 @@ helmCharts:
125125
replicas: 1
126126
podDisruptionBudget:
127127
maxUnavailable: 2
128-
# zoneAwareReplication: # test billing
129-
# enabled: false
128+
zoneAwareReplication: # test billing
129+
enabled: false
130+
nodeSelector:
131+
topology.kubernetes.io/zone: us-east-1a
130132

131133
# tolerations:
132134
# - key: "role"
@@ -243,8 +245,10 @@ helmCharts:
243245
replicas: 1
244246
podDisruptionBudget:
245247
maxUnavailable: 2
246-
# zoneAwareReplication: # test billing
247-
# enabled: false
248+
zoneAwareReplication: # test billing
249+
enabled: false
250+
nodeSelector:
251+
topology.kubernetes.io/zone: us-east-1a
248252

249253
# tolerations:
250254
# - key: "role"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)