File tree 7 files changed +46
-0
lines changed
7 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 74
74
mountPath : /etc/nginx/secrets
75
75
- name : nginx-run
76
76
mountPath : /var/run/nginx
77
+ - name : nginx-includes
78
+ mountPath : /etc/nginx/includes
77
79
- image : ghcr.io/nginxinc/nginx-gateway-fabric/nginx:edge
78
80
imagePullPolicy : Always
79
81
name : nginx
@@ -102,6 +104,8 @@ spec:
102
104
mountPath : /var/cache/nginx
103
105
- name : nginx-lib
104
106
mountPath : /var/lib/nginx
107
+ - name : nginx-includes
108
+ mountPath : /etc/nginx/includes
105
109
terminationGracePeriodSeconds : 30
106
110
serviceAccountName : nginx-gateway
107
111
shareProcessNamespace : true
@@ -119,3 +123,5 @@ spec:
119
123
emptyDir : {}
120
124
- name : nginx-lib
121
125
emptyDir : {}
126
+ - name : nginx-includes
127
+ emptyDir : {}
Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ spec:
122
122
mountPath : /etc/nginx/secrets
123
123
- name : nginx-run
124
124
mountPath : /var/run/nginx
125
+ - name : nginx-includes
126
+ mountPath : /etc/nginx/includes
125
127
{{- with .Values.nginxGateway.extraVolumeMounts -}}
126
128
{{ toYaml . | nindent 8 }}
127
129
{{- end }}
@@ -157,6 +159,8 @@ spec:
157
159
mountPath : /var/cache/nginx
158
160
- name : nginx-lib
159
161
mountPath : /var/lib/nginx
162
+ - name : nginx-includes
163
+ mountPath : /etc/nginx/includes
160
164
{{- with .Values.nginx.extraVolumeMounts -}}
161
165
{{ toYaml . | nindent 8 }}
162
166
{{- end }}
@@ -189,6 +193,8 @@ spec:
189
193
emptyDir : {}
190
194
- name : nginx-lib
191
195
emptyDir : {}
196
+ - name : nginx-includes
197
+ emptyDir : {}
192
198
{{- with .Values.extraVolumes -}}
193
199
{{ toYaml . | nindent 6 }}
194
200
{{- end }}
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ rules:
111
111
- gateway.nginx.org
112
112
resources :
113
113
- nginxgateways
114
+ - clientsettingspolicies
114
115
verbs :
115
116
- get
116
117
- list
@@ -119,6 +120,7 @@ rules:
119
120
- gateway.nginx.org
120
121
resources :
121
122
- nginxgateways/status
123
+ - clientsettingspolicies/status
122
124
verbs :
123
125
- update
124
126
{{- if .Values.nginxGateway.leaderElection.enable }}
Original file line number Diff line number Diff line change 93
93
- gateway.nginx.org
94
94
resources :
95
95
- nginxgateways
96
+ - clientsettingspolicies
96
97
verbs :
97
98
- get
98
99
- list
@@ -101,6 +102,7 @@ rules:
101
102
- gateway.nginx.org
102
103
resources :
103
104
- nginxgateways/status
105
+ - clientsettingspolicies/status
104
106
verbs :
105
107
- update
106
108
- apiGroups :
@@ -217,6 +219,8 @@ spec:
217
219
mountPath : /etc/nginx/secrets
218
220
- name : nginx-run
219
221
mountPath : /var/run/nginx
222
+ - name : nginx-includes
223
+ mountPath : /etc/nginx/includes
220
224
- image : ghcr.io/nginxinc/nginx-gateway-fabric/nginx:edge
221
225
imagePullPolicy : Always
222
226
name : nginx
@@ -245,6 +249,8 @@ spec:
245
249
mountPath : /var/cache/nginx
246
250
- name : nginx-lib
247
251
mountPath : /var/lib/nginx
252
+ - name : nginx-includes
253
+ mountPath : /etc/nginx/includes
248
254
terminationGracePeriodSeconds : 30
249
255
serviceAccountName : nginx-gateway
250
256
shareProcessNamespace : true
@@ -262,6 +268,8 @@ spec:
262
268
emptyDir : {}
263
269
- name : nginx-lib
264
270
emptyDir : {}
271
+ - name : nginx-includes
272
+ emptyDir : {}
265
273
---
266
274
# Source: nginx-gateway-fabric/templates/gatewayclass.yaml
267
275
apiVersion : gateway.networking.k8s.io/v1
Original file line number Diff line number Diff line change 90
90
- gateway.nginx.org
91
91
resources :
92
92
- nginxgateways
93
+ - clientsettingspolicies
93
94
verbs :
94
95
- get
95
96
- list
98
99
- gateway.nginx.org
99
100
resources :
100
101
- nginxgateways/status
102
+ - clientsettingspolicies/status
101
103
verbs :
102
104
- update
103
105
- apiGroups :
@@ -213,6 +215,8 @@ spec:
213
215
mountPath : /etc/nginx/secrets
214
216
- name : nginx-run
215
217
mountPath : /var/run/nginx
218
+ - name : nginx-includes
219
+ mountPath : /etc/nginx/includes
216
220
- image : ghcr.io/nginxinc/nginx-gateway-fabric/nginx:edge
217
221
imagePullPolicy : Always
218
222
name : nginx
@@ -241,6 +245,8 @@ spec:
241
245
mountPath : /var/cache/nginx
242
246
- name : nginx-lib
243
247
mountPath : /var/lib/nginx
248
+ - name : nginx-includes
249
+ mountPath : /etc/nginx/includes
244
250
terminationGracePeriodSeconds : 30
245
251
serviceAccountName : nginx-gateway
246
252
shareProcessNamespace : true
@@ -258,6 +264,8 @@ spec:
258
264
emptyDir : {}
259
265
- name : nginx-lib
260
266
emptyDir : {}
267
+ - name : nginx-includes
268
+ emptyDir : {}
261
269
---
262
270
# Source: nginx-gateway-fabric/templates/gatewayclass.yaml
263
271
apiVersion : gateway.networking.k8s.io/v1
Original file line number Diff line number Diff line change 99
99
- gateway.nginx.org
100
100
resources :
101
101
- nginxgateways
102
+ - clientsettingspolicies
102
103
verbs :
103
104
- get
104
105
- list
@@ -107,6 +108,7 @@ rules:
107
108
- gateway.nginx.org
108
109
resources :
109
110
- nginxgateways/status
111
+ - clientsettingspolicies/status
110
112
verbs :
111
113
- update
112
114
- apiGroups :
@@ -224,6 +226,8 @@ spec:
224
226
mountPath : /etc/nginx/secrets
225
227
- name : nginx-run
226
228
mountPath : /var/run/nginx
229
+ - name : nginx-includes
230
+ mountPath : /etc/nginx/includes
227
231
- image : nginx-gateway-fabric/nginx-plus:edge
228
232
imagePullPolicy : Always
229
233
name : nginx
@@ -252,6 +256,8 @@ spec:
252
256
mountPath : /var/cache/nginx
253
257
- name : nginx-lib
254
258
mountPath : /var/lib/nginx
259
+ - name : nginx-includes
260
+ mountPath : /etc/nginx/includes
255
261
terminationGracePeriodSeconds : 30
256
262
serviceAccountName : nginx-gateway
257
263
shareProcessNamespace : true
@@ -269,6 +275,8 @@ spec:
269
275
emptyDir : {}
270
276
- name : nginx-lib
271
277
emptyDir : {}
278
+ - name : nginx-includes
279
+ emptyDir : {}
272
280
---
273
281
# Source: nginx-gateway-fabric/templates/gatewayclass.yaml
274
282
apiVersion : gateway.networking.k8s.io/v1
Original file line number Diff line number Diff line change 96
96
- gateway.nginx.org
97
97
resources :
98
98
- nginxgateways
99
+ - clientsettingspolicies
99
100
verbs :
100
101
- get
101
102
- list
@@ -104,6 +105,7 @@ rules:
104
105
- gateway.nginx.org
105
106
resources :
106
107
- nginxgateways/status
108
+ - clientsettingspolicies/status
107
109
verbs :
108
110
- update
109
111
- apiGroups :
@@ -220,6 +222,8 @@ spec:
220
222
mountPath : /etc/nginx/secrets
221
223
- name : nginx-run
222
224
mountPath : /var/run/nginx
225
+ - name : nginx-includes
226
+ mountPath : /etc/nginx/includes
223
227
- image : nginx-gateway-fabric/nginx-plus:edge
224
228
imagePullPolicy : Always
225
229
name : nginx
@@ -248,6 +252,8 @@ spec:
248
252
mountPath : /var/cache/nginx
249
253
- name : nginx-lib
250
254
mountPath : /var/lib/nginx
255
+ - name : nginx-includes
256
+ mountPath : /etc/nginx/includes
251
257
terminationGracePeriodSeconds : 30
252
258
serviceAccountName : nginx-gateway
253
259
shareProcessNamespace : true
@@ -265,6 +271,8 @@ spec:
265
271
emptyDir : {}
266
272
- name : nginx-lib
267
273
emptyDir : {}
274
+ - name : nginx-includes
275
+ emptyDir : {}
268
276
---
269
277
# Source: nginx-gateway-fabric/templates/gatewayclass.yaml
270
278
apiVersion : gateway.networking.k8s.io/v1
You can’t perform that action at this time.
0 commit comments