Skip to content

Commit 50b5ad6

Browse files
committed
internal-gateway: fix volumeMounts
1 parent 9df251d commit 50b5ad6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

charts/internal-gateway/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,11 @@ container:
199199
volumeMounts:
200200
config:
201201
path:
202-
- mountPath: /etc/nginx
202+
- mountPath: /etc/nginx/nginx.conf
203+
subPath: nginx.conf
203204
njs-scripts:
204205
path:
205-
- mountPath: /etc/nginx/scripts
206+
- mountPath: /etc/nginx/scripts
206207

207208
resources:
208209
requests:

0 commit comments

Comments
 (0)