Skip to content

Commit

Permalink
feat: add DC_MERGED_TABLES_ACTIVATION env variable to cloud-server chart
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed May 25, 2023
1 parent 253514b commit 0555115
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/ai-server/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ metadata:
nginx.ingress.kubernetes.io/limit-conn-status-code: "429"
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/enable-rewrite-log: "false"
nginx.ingress.kubernetes.io/ssl-redirect: "false"
spec:
tls:
- hosts:
Expand Down
2 changes: 1 addition & 1 deletion charts/cloud-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: cloud-server
version: 1.0.11
version: 1.0.12
1 change: 1 addition & 0 deletions charts/cloud-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ stringData:
DB_PASSWORD={{ .Values.DB_PASSWORD | squote }}
DB_PREFIX={{ .Values.DB_PREFIX | squote }}
DB_USER={{ .Values.DB_USER | squote }}
DC_MERGED_TABLES_ACTIVATION={{ .Values.DC_MERGED_TABLES_ACTIVATION | squote }}
IMAGE_VERSION={{ .Values.CLOUD_SERVER_VERSION | squote }}
LOGGED_IN_KEY={{ .Values.LOGGED_IN_KEY | squote }}
LOGGED_IN_SALT={{ .Values.LOGGED_IN_SALT | squote }}
Expand Down
2 changes: 2 additions & 0 deletions charts/cloud-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ CLOUD_SERVER_REPO_URL:
CLOUD_SERVER_VERSION:
COOKIE_SALT:

DC_MERGED_TABLES_ACTIVATION:

DB_HOST_0:
DB_HOST_1:
DB_HOST_2:
Expand Down

0 comments on commit 0555115

Please sign in to comment.