Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
duje-begonja-rdx committed Sep 21, 2023
1 parent 2fc4c72 commit 870aff8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deploy/helm/environments/mainnet/values.yaml.gotmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
autoscaling:
enabled: true
minReplicas: 3
maxReplicas: 15
targetCPUUtilizationPercentage: 70
targetMemoryUtilizationPercentage: 70
resources:
limits:
memory: 256Mi
requests:
cpu: 150m
memory: 256Mi

ingress:
enabled: true
hosts:
Expand Down

0 comments on commit 870aff8

Please sign in to comment.