Skip to content

Commit

Permalink
⚡ ArgoCD Bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoluisi committed Aug 18, 2024
1 parent 303b95f commit 51d2147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/mimir/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ helmCharts:
requests:
cpu: 500m # 30% of 3.5
memory: 1.8Gi # 30% of 8Gi
replicas: 1
replicas: 2
podDisruptionBudget:
maxUnavailable: 2
zoneAwareReplication: # test billing
Expand Down Expand Up @@ -242,7 +242,7 @@ helmCharts:
requests:
cpu: 100m # 30% of 1
memory: 256Mi # 30% of 1.5Gi
replicas: 1
replicas: 2
podDisruptionBudget:
maxUnavailable: 2
zoneAwareReplication: # test billing
Expand Down

0 comments on commit 51d2147

Please sign in to comment.