File tree 4 files changed +4
-1
lines changed
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ maintainers:
5
5
6
6
name : Elegant Themes
7
7
name : ds-server
8
- version : 1.0.5
8
+ version : 1.0.6
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ metadata:
16
16
nginx.ingress.kubernetes.io/use-regex : " true"
17
17
nginx.ingress.kubernetes.io/enable-rewrite-log : " false"
18
18
nginx.ingress.kubernetes.io/ssl-redirect : " false"
19
+ nginx.ingress.kubernetes.io/proxy-read-timeout : " 300"
19
20
spec :
20
21
tls :
21
22
- hosts :
Original file line number Diff line number Diff line change @@ -22,5 +22,6 @@ stringData:
22
22
PRESSABLE_SHARED_KEY={{ .Values.PRESSABLE_SHARED_KEY | squote }}
23
23
REDIS_HOSTNAME={{ .Values.REDIS_HOSTNAME | squote }}
24
24
REDIS_NAME={{ .Values.REDIS_NAME | squote }}
25
+ SWAGGER_ALLOWED_IPS={{ .Values.SWAGGER_ALLOWED_IPS | squote }}
25
26
VIRTUAL_HOST={{ .Values.VIRTUAL_HOST | squote }}
26
27
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ PRESSABLE_SHARED_KEY:
19
19
REDIS_HOSTNAME :
20
20
REDIS_NAME :
21
21
REPLICAS :
22
+ SWAGGER_ALLOWED_IPS :
22
23
VIRTUAL_HOST :
You can’t perform that action at this time.
0 commit comments