Skip to content

Commit 34c4162

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 6c47402 + dcd6611 commit 34c4162

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

charts/ds-server/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ maintainers:
55
66
name: Elegant Themes
77
name: ds-server
8-
version: 1.0.5
8+
version: 1.0.6

charts/ds-server/templates/ingress.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ metadata:
1616
nginx.ingress.kubernetes.io/use-regex: "true"
1717
nginx.ingress.kubernetes.io/enable-rewrite-log: "false"
1818
nginx.ingress.kubernetes.io/ssl-redirect: "false"
19+
nginx.ingress.kubernetes.io/proxy-read-timeout: "300"
1920
spec:
2021
tls:
2122
- hosts:

charts/ds-server/templates/secrets.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ stringData:
2222
PRESSABLE_SHARED_KEY={{ .Values.PRESSABLE_SHARED_KEY | squote }}
2323
REDIS_HOSTNAME={{ .Values.REDIS_HOSTNAME | squote }}
2424
REDIS_NAME={{ .Values.REDIS_NAME | squote }}
25+
SWAGGER_ALLOWED_IPS={{ .Values.SWAGGER_ALLOWED_IPS | squote }}
2526
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
2627

charts/ds-server/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ PRESSABLE_SHARED_KEY:
1919
REDIS_HOSTNAME:
2020
REDIS_NAME:
2121
REPLICAS:
22+
SWAGGER_ALLOWED_IPS:
2223
VIRTUAL_HOST:

0 commit comments

Comments
 (0)