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 Jan 29, 2024
1 parent 736a1da commit 57e353e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/zora-saas/templates/ui/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /api/health
path: /api/v2/health
port: http
readinessProbe:
httpGet:
path: /api/health
path: /api/v2/health
port: http
resources:
{{- toYaml .Values.ui.resources | nindent 12 }}
Expand Down
8 changes: 4 additions & 4 deletions charts/zora-saas/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ui:
image:
tag: saas-0.8.0
tag: saas-0.8.2
resources:
limits:
cpu: 100m
memory: 128Mi
#cpu: 100m
memory: 256Mi
requests:
cpu: 50m
memory: 100Mi
Expand All @@ -25,7 +25,7 @@ ingress:
resources:
limits:
cpu: 100m
memory: 256Mi
memory: 512Mi
requests:
cpu: 50m
memory: 100Mi
Expand Down

0 comments on commit 57e353e

Please sign in to comment.