Skip to content

Commit

Permalink
update zora-saas chart
Browse files Browse the repository at this point in the history
  • Loading branch information
undistrobot committed Feb 6, 2024
1 parent b585bf9 commit fbcea6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/zora-saas/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ui:
image:
tag: saas-0.8.2
tag: saas-0.8.3
resources:
limits:
#cpu: 100m
memory: 384Mi
requests:
cpu: 50m
cpu: 100m
memory: 200Mi
autoscaling:
enabled: true
Expand All @@ -24,10 +24,10 @@ ingress:
tlsSecretName: zora-saas-cert
resources:
limits:
cpu: 100m
cpu: 200m
memory: 512Mi
requests:
cpu: 50m
cpu: 100m
memory: 200Mi
imagePullSecrets:
- name: zora-saas-registry-cred
Expand Down

0 comments on commit fbcea6c

Please sign in to comment.