Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jul 18, 2024
2 parents 6c47402 + dcd6611 commit 34c4162
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ds-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: ds-server
version: 1.0.5
version: 1.0.6
1 change: 1 addition & 0 deletions charts/ds-server/templates/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ metadata:
nginx.ingress.kubernetes.io/use-regex: "true"
nginx.ingress.kubernetes.io/enable-rewrite-log: "false"
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/proxy-read-timeout: "300"
spec:
tls:
- hosts:
Expand Down
1 change: 1 addition & 0 deletions charts/ds-server/templates/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ stringData:
PRESSABLE_SHARED_KEY={{ .Values.PRESSABLE_SHARED_KEY | squote }}
REDIS_HOSTNAME={{ .Values.REDIS_HOSTNAME | squote }}
REDIS_NAME={{ .Values.REDIS_NAME | squote }}
SWAGGER_ALLOWED_IPS={{ .Values.SWAGGER_ALLOWED_IPS | squote }}
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
1 change: 1 addition & 0 deletions charts/ds-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ PRESSABLE_SHARED_KEY:
REDIS_HOSTNAME:
REDIS_NAME:
REPLICAS:
SWAGGER_ALLOWED_IPS:
VIRTUAL_HOST:

0 comments on commit 34c4162

Please sign in to comment.