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 Jul 29, 2024
1 parent 4481d64 commit de16e87
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 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.3.1
appVersion: "v0.3.1"
version: 0.3.2-rc1
appVersion: "v0.3.2-rc1"
1 change: 1 addition & 0 deletions charts/zora-saas/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ spec:
{{- if .Values.scheduleValidation }}
- --schedule-validation
{{- end }}
- --block-new-users={{ .Values.blockNewUsers }}
envFrom:
- secretRef:
name: {{ .Values.mongo.secret }}
Expand Down
1 change: 1 addition & 0 deletions charts/zora-saas/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ proxy:
enabled: false
grafanaDashboard:
enabled: false
blockNewUsers: true
1 change: 1 addition & 0 deletions charts/zora-saas/values-hml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ log:
level: info
proxy:
enabled: false
blockNewUsers: true
1 change: 1 addition & 0 deletions charts/zora-saas/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ autoscaling:
maxReplicas: 20
targetCPUUtilizationPercentage: 60
targetMemoryUtilizationPercentage: 60
blockNewUsers: true
2 changes: 2 additions & 0 deletions charts/zora-saas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ mongo:

scheduleValidation: false

blockNewUsers: false

readTimeout: "15s"

writeTimeout: "30s"
Expand Down

0 comments on commit de16e87

Please sign in to comment.