File tree Expand file tree Collapse file tree 35 files changed +945
-76
lines changed
charts/nginx-gateway-fabric/templates Expand file tree Collapse file tree 35 files changed +945
-76
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,8 @@ spec:
129
129
volumeMounts :
130
130
- name : nginx-conf
131
131
mountPath : /etc/nginx/conf.d
132
+ - name : nginx-stream-conf
133
+ mountPath : /etc/nginx/stream-conf.d
132
134
- name : module-includes
133
135
mountPath : /etc/nginx/module-includes
134
136
- name : nginx-secrets
@@ -166,6 +168,8 @@ spec:
166
168
volumeMounts :
167
169
- name : nginx-conf
168
170
mountPath : /etc/nginx/conf.d
171
+ - name : nginx-stream-conf
172
+ mountPath : /etc/nginx/stream-conf.d
169
173
- name : module-includes
170
174
mountPath : /etc/nginx/module-includes
171
175
- name : nginx-secrets
@@ -200,6 +204,8 @@ spec:
200
204
volumes :
201
205
- name : nginx-conf
202
206
emptyDir : {}
207
+ - name : nginx-stream-conf
208
+ emptyDir : {}
203
209
- name : module-includes
204
210
emptyDir : {}
205
211
- name : nginx-secrets
Original file line number Diff line number Diff line change 72
72
volumeMounts :
73
73
- name : nginx-conf
74
74
mountPath : /etc/nginx/conf.d
75
+ - name : nginx-stream-conf
76
+ mountPath : /etc/nginx/stream-conf.d
75
77
- name : module-includes
76
78
mountPath : /etc/nginx/module-includes
77
79
- name : nginx-secrets
@@ -102,6 +104,8 @@ spec:
102
104
volumeMounts :
103
105
- name : nginx-conf
104
106
mountPath : /etc/nginx/conf.d
107
+ - name : nginx-stream-conf
108
+ mountPath : /etc/nginx/stream-conf.d
105
109
- name : module-includes
106
110
mountPath : /etc/nginx/module-includes
107
111
- name : nginx-secrets
@@ -121,6 +125,8 @@ spec:
121
125
volumes :
122
126
- name : nginx-conf
123
127
emptyDir : {}
128
+ - name : nginx-stream-conf
129
+ emptyDir : {}
124
130
- name : module-includes
125
131
emptyDir : {}
126
132
- name : nginx-secrets
Original file line number Diff line number Diff line change @@ -246,6 +246,8 @@ spec:
246
246
volumeMounts :
247
247
- mountPath : /etc/nginx/conf.d
248
248
name : nginx-conf
249
+ - mountPath : /etc/nginx/stream-conf.d
250
+ name : nginx-stream-conf
249
251
- mountPath : /etc/nginx/module-includes
250
252
name : module-includes
251
253
- mountPath : /etc/nginx/secrets
@@ -276,6 +278,8 @@ spec:
276
278
volumeMounts :
277
279
- mountPath : /etc/nginx/conf.d
278
280
name : nginx-conf
281
+ - mountPath : /etc/nginx/stream-conf.d
282
+ name : nginx-stream-conf
279
283
- mountPath : /etc/nginx/module-includes
280
284
name : module-includes
281
285
- mountPath : /etc/nginx/secrets
@@ -295,6 +299,8 @@ spec:
295
299
volumes :
296
300
- emptyDir : {}
297
301
name : nginx-conf
302
+ - emptyDir : {}
303
+ name : nginx-stream-conf
298
304
- emptyDir : {}
299
305
name : module-includes
300
306
- emptyDir : {}
Original file line number Diff line number Diff line change @@ -243,6 +243,8 @@ spec:
243
243
volumeMounts :
244
244
- mountPath : /etc/nginx/conf.d
245
245
name : nginx-conf
246
+ - mountPath : /etc/nginx/stream-conf.d
247
+ name : nginx-stream-conf
246
248
- mountPath : /etc/nginx/module-includes
247
249
name : module-includes
248
250
- mountPath : /etc/nginx/secrets
@@ -273,6 +275,8 @@ spec:
273
275
volumeMounts :
274
276
- mountPath : /etc/nginx/conf.d
275
277
name : nginx-conf
278
+ - mountPath : /etc/nginx/stream-conf.d
279
+ name : nginx-stream-conf
276
280
- mountPath : /etc/nginx/module-includes
277
281
name : module-includes
278
282
- mountPath : /etc/nginx/secrets
@@ -294,6 +298,8 @@ spec:
294
298
volumes :
295
299
- emptyDir : {}
296
300
name : nginx-conf
301
+ - emptyDir : {}
302
+ name : nginx-stream-conf
297
303
- emptyDir : {}
298
304
name : module-includes
299
305
- emptyDir : {}
Original file line number Diff line number Diff line change @@ -243,6 +243,8 @@ spec:
243
243
volumeMounts :
244
244
- mountPath : /etc/nginx/conf.d
245
245
name : nginx-conf
246
+ - mountPath : /etc/nginx/stream-conf.d
247
+ name : nginx-stream-conf
246
248
- mountPath : /etc/nginx/module-includes
247
249
name : module-includes
248
250
- mountPath : /etc/nginx/secrets
@@ -273,6 +275,8 @@ spec:
273
275
volumeMounts :
274
276
- mountPath : /etc/nginx/conf.d
275
277
name : nginx-conf
278
+ - mountPath : /etc/nginx/stream-conf.d
279
+ name : nginx-stream-conf
276
280
- mountPath : /etc/nginx/module-includes
277
281
name : module-includes
278
282
- mountPath : /etc/nginx/secrets
@@ -292,6 +296,8 @@ spec:
292
296
volumes :
293
297
- emptyDir : {}
294
298
name : nginx-conf
299
+ - emptyDir : {}
300
+ name : nginx-stream-conf
295
301
- emptyDir : {}
296
302
name : module-includes
297
303
- emptyDir : {}
Original file line number Diff line number Diff line change @@ -256,6 +256,8 @@ spec:
256
256
volumeMounts :
257
257
- mountPath : /etc/nginx/conf.d
258
258
name : nginx-conf
259
+ - mountPath : /etc/nginx/stream-conf.d
260
+ name : nginx-stream-conf
259
261
- mountPath : /etc/nginx/module-includes
260
262
name : module-includes
261
263
- mountPath : /etc/nginx/secrets
@@ -286,6 +288,8 @@ spec:
286
288
volumeMounts :
287
289
- mountPath : /etc/nginx/conf.d
288
290
name : nginx-conf
291
+ - mountPath : /etc/nginx/stream-conf.d
292
+ name : nginx-stream-conf
289
293
- mountPath : /etc/nginx/module-includes
290
294
name : module-includes
291
295
- mountPath : /etc/nginx/secrets
@@ -305,6 +309,8 @@ spec:
305
309
volumes :
306
310
- emptyDir : {}
307
311
name : nginx-conf
312
+ - emptyDir : {}
313
+ name : nginx-stream-conf
308
314
- emptyDir : {}
309
315
name : module-includes
310
316
- emptyDir : {}
Original file line number Diff line number Diff line change @@ -247,6 +247,8 @@ spec:
247
247
volumeMounts :
248
248
- mountPath : /etc/nginx/conf.d
249
249
name : nginx-conf
250
+ - mountPath : /etc/nginx/stream-conf.d
251
+ name : nginx-stream-conf
250
252
- mountPath : /etc/nginx/module-includes
251
253
name : module-includes
252
254
- mountPath : /etc/nginx/secrets
@@ -277,6 +279,8 @@ spec:
277
279
volumeMounts :
278
280
- mountPath : /etc/nginx/conf.d
279
281
name : nginx-conf
282
+ - mountPath : /etc/nginx/stream-conf.d
283
+ name : nginx-stream-conf
280
284
- mountPath : /etc/nginx/module-includes
281
285
name : module-includes
282
286
- mountPath : /etc/nginx/secrets
@@ -296,6 +300,8 @@ spec:
296
300
volumes :
297
301
- emptyDir : {}
298
302
name : nginx-conf
303
+ - emptyDir : {}
304
+ name : nginx-stream-conf
299
305
- emptyDir : {}
300
306
name : module-includes
301
307
- emptyDir : {}
Original file line number Diff line number Diff line change @@ -254,6 +254,8 @@ spec:
254
254
volumeMounts :
255
255
- mountPath : /etc/nginx/conf.d
256
256
name : nginx-conf
257
+ - mountPath : /etc/nginx/stream-conf.d
258
+ name : nginx-stream-conf
257
259
- mountPath : /etc/nginx/module-includes
258
260
name : module-includes
259
261
- mountPath : /etc/nginx/secrets
@@ -284,6 +286,8 @@ spec:
284
286
volumeMounts :
285
287
- mountPath : /etc/nginx/conf.d
286
288
name : nginx-conf
289
+ - mountPath : /etc/nginx/stream-conf.d
290
+ name : nginx-stream-conf
287
291
- mountPath : /etc/nginx/module-includes
288
292
name : module-includes
289
293
- mountPath : /etc/nginx/secrets
@@ -303,6 +307,8 @@ spec:
303
307
volumes :
304
308
- emptyDir : {}
305
309
name : nginx-conf
310
+ - emptyDir : {}
311
+ name : nginx-stream-conf
306
312
- emptyDir : {}
307
313
name : module-includes
308
314
- emptyDir : {}
Original file line number Diff line number Diff line change @@ -243,6 +243,8 @@ spec:
243
243
volumeMounts :
244
244
- mountPath : /etc/nginx/conf.d
245
245
name : nginx-conf
246
+ - mountPath : /etc/nginx/stream-conf.d
247
+ name : nginx-stream-conf
246
248
- mountPath : /etc/nginx/module-includes
247
249
name : module-includes
248
250
- mountPath : /etc/nginx/secrets
@@ -273,6 +275,8 @@ spec:
273
275
volumeMounts :
274
276
- mountPath : /etc/nginx/conf.d
275
277
name : nginx-conf
278
+ - mountPath : /etc/nginx/stream-conf.d
279
+ name : nginx-stream-conf
276
280
- mountPath : /etc/nginx/module-includes
277
281
name : module-includes
278
282
- mountPath : /etc/nginx/secrets
@@ -292,6 +296,8 @@ spec:
292
296
volumes :
293
297
- emptyDir : {}
294
298
name : nginx-conf
299
+ - emptyDir : {}
300
+ name : nginx-stream-conf
295
301
- emptyDir : {}
296
302
name : module-includes
297
303
- emptyDir : {}
Original file line number Diff line number Diff line change @@ -251,6 +251,8 @@ spec:
251
251
volumeMounts :
252
252
- mountPath : /etc/nginx/conf.d
253
253
name : nginx-conf
254
+ - mountPath : /etc/nginx/stream-conf.d
255
+ name : nginx-stream-conf
254
256
- mountPath : /etc/nginx/module-includes
255
257
name : module-includes
256
258
- mountPath : /etc/nginx/secrets
@@ -281,6 +283,8 @@ spec:
281
283
volumeMounts :
282
284
- mountPath : /etc/nginx/conf.d
283
285
name : nginx-conf
286
+ - mountPath : /etc/nginx/stream-conf.d
287
+ name : nginx-stream-conf
284
288
- mountPath : /etc/nginx/module-includes
285
289
name : module-includes
286
290
- mountPath : /etc/nginx/secrets
@@ -300,6 +304,8 @@ spec:
300
304
volumes :
301
305
- emptyDir : {}
302
306
name : nginx-conf
307
+ - emptyDir : {}
308
+ name : nginx-stream-conf
303
309
- emptyDir : {}
304
310
name : module-includes
305
311
- emptyDir : {}
You can’t perform that action at this time.
0 commit comments