Skip to content

Commit

Permalink
fix typo, enable autoscaling
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Polchenko <[email protected]>
  • Loading branch information
i5okie committed Oct 31, 2023
1 parent e232c94 commit 4aacbdf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion helm-values/traction/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ tenant_proxy:
targetMemoryUtilizationPercentage: 80
ui:
showOIDCReservationLogin: true
autoscaling:
enabled: true
minReplicas: 2
maxReplicas: 5
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80
oidc:
active: true
showInnkeeperAdminLogin: true
Expand All @@ -86,7 +92,7 @@ ui:
cpu: 300m
memory: 250Mi
requests:
cpu: 120mwww
cpu: 120m
memory: 128Mi
ingress:
annotations:
Expand Down

0 comments on commit 4aacbdf

Please sign in to comment.