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 Sep 28, 2023
1 parent 31a736a commit e8d55db
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/zora-saas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: zora-saas
description: A Helm chart to deploy Zora SaaS on Kubernetes
type: application
version: 0.1.21
appVersion: "v0.1.21"
version: 0.1.22
appVersion: "v0.1.22"
2 changes: 2 additions & 0 deletions charts/zora-saas/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ spec:
- --log-encoding={{ .Values.log.encoding }}
- --storage={{ .Values.storage }}
- --database={{ .Values.mongo.database }}
- --read-timeout={{ .Values.readTimeout }}
- --write-timeout={{ .Values.writeTimeout }}
{{- if .Values.scheduleValidation }}
- --schedule-validation
{{- end }}
Expand Down
5 changes: 4 additions & 1 deletion charts/zora-saas/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ui:
image:
tag: saas-0.7.0
tag: saas-0.7.5
resources:
limits:
cpu: 100m
Expand All @@ -17,6 +17,7 @@ ui:
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production-http01
nginx.ingress.kubernetes.io/proxy-body-size: 500m
enabled: true
className: nginx
host: zora-dashboard.undistro.io
Expand All @@ -35,6 +36,8 @@ mongo:
database: "zora-saas-prod"
log:
level: info
readTimeout: "30s"
writeTimeout: "60s"
proxy:
enabled: false
monitor:
Expand Down
4 changes: 4 additions & 0 deletions charts/zora-saas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ mongo:

scheduleValidation: false

readTimeout: "15s"

writeTimeout: "30s"

monitor:
enabled: false
path: /metrics
Expand Down

0 comments on commit e8d55db

Please sign in to comment.