File tree 4 files changed +40
-4
lines changed
deploy/manifests/openshift
4 files changed +40
-4
lines changed Original file line number Diff line number Diff line change 76
76
- gateways
77
77
- httproutes
78
78
- referencegrants
79
- - backendtlspolicies
80
79
- grpcroutes
80
+ - backendtlspolicies
81
81
verbs :
82
82
- list
83
83
- watch
87
87
- httproutes/status
88
88
- gateways/status
89
89
- gatewayclasses/status
90
- - backendtlspolicies/status
91
90
- grpcroutes/status
91
+ - backendtlspolicies/status
92
92
verbs :
93
93
- update
94
94
- apiGroups :
@@ -103,13 +103,15 @@ rules:
103
103
- gateway.nginx.org
104
104
resources :
105
105
- nginxproxies
106
+ - clientsettingspolicies
106
107
verbs :
107
108
- list
108
109
- watch
109
110
- apiGroups :
110
111
- gateway.nginx.org
111
112
resources :
112
113
- nginxgateways/status
114
+ - clientsettingspolicies/status
113
115
verbs :
114
116
- update
115
117
- apiGroups :
@@ -236,6 +238,8 @@ spec:
236
238
mountPath : /etc/nginx/secrets
237
239
- name : nginx-run
238
240
mountPath : /var/run/nginx
241
+ - name : nginx-includes
242
+ mountPath : /etc/nginx/includes
239
243
- image : ghcr.io/nginxinc/nginx-gateway-fabric/nginx:edge
240
244
imagePullPolicy : Always
241
245
name : nginx
@@ -266,6 +270,8 @@ spec:
266
270
mountPath : /var/cache/nginx
267
271
- name : nginx-lib
268
272
mountPath : /var/lib/nginx
273
+ - name : nginx-includes
274
+ mountPath : /etc/nginx/includes
269
275
terminationGracePeriodSeconds : 30
270
276
serviceAccountName : nginx-gateway
271
277
shareProcessNamespace : true
@@ -285,6 +291,8 @@ spec:
285
291
emptyDir : {}
286
292
- name : nginx-lib
287
293
emptyDir : {}
294
+ - name : nginx-includes
295
+ emptyDir : {}
288
296
---
289
297
# Source: nginx-gateway-fabric/templates/gatewayclass.yaml
290
298
apiVersion : gateway.networking.k8s.io/v1
Original file line number Diff line number Diff line change 75
75
- gateways
76
76
- httproutes
77
77
- referencegrants
78
+ - grpcroutes
78
79
verbs :
79
80
- list
80
81
- watch
84
85
- httproutes/status
85
86
- gateways/status
86
87
- gatewayclasses/status
88
+ - grpcroutes/status
87
89
verbs :
88
90
- update
89
91
- apiGroups :
@@ -98,13 +100,15 @@ rules:
98
100
- gateway.nginx.org
99
101
resources :
100
102
- nginxproxies
103
+ - clientsettingspolicies
101
104
verbs :
102
105
- list
103
106
- watch
104
107
- apiGroups :
105
108
- gateway.nginx.org
106
109
resources :
107
110
- nginxgateways/status
111
+ - clientsettingspolicies/status
108
112
verbs :
109
113
- update
110
114
- apiGroups :
@@ -230,6 +234,8 @@ spec:
230
234
mountPath : /etc/nginx/secrets
231
235
- name : nginx-run
232
236
mountPath : /var/run/nginx
237
+ - name : nginx-includes
238
+ mountPath : /etc/nginx/includes
233
239
- image : ghcr.io/nginxinc/nginx-gateway-fabric/nginx:edge
234
240
imagePullPolicy : Always
235
241
name : nginx
@@ -260,6 +266,8 @@ spec:
260
266
mountPath : /var/cache/nginx
261
267
- name : nginx-lib
262
268
mountPath : /var/lib/nginx
269
+ - name : nginx-includes
270
+ mountPath : /etc/nginx/includes
263
271
terminationGracePeriodSeconds : 30
264
272
serviceAccountName : nginx-gateway
265
273
shareProcessNamespace : true
@@ -279,6 +287,8 @@ spec:
279
287
emptyDir : {}
280
288
- name : nginx-lib
281
289
emptyDir : {}
290
+ - name : nginx-includes
291
+ emptyDir : {}
282
292
---
283
293
# Source: nginx-gateway-fabric/templates/gatewayclass.yaml
284
294
apiVersion : gateway.networking.k8s.io/v1
Original file line number Diff line number Diff line change 82
82
- gateways
83
83
- httproutes
84
84
- referencegrants
85
- - backendtlspolicies
86
85
- grpcroutes
86
+ - backendtlspolicies
87
87
verbs :
88
88
- list
89
89
- watch
93
93
- httproutes/status
94
94
- gateways/status
95
95
- gatewayclasses/status
96
- - backendtlspolicies/status
97
96
- grpcroutes/status
97
+ - backendtlspolicies/status
98
98
verbs :
99
99
- update
100
100
- apiGroups :
@@ -109,13 +109,15 @@ rules:
109
109
- gateway.nginx.org
110
110
resources :
111
111
- nginxproxies
112
+ - clientsettingspolicies
112
113
verbs :
113
114
- list
114
115
- watch
115
116
- apiGroups :
116
117
- gateway.nginx.org
117
118
resources :
118
119
- nginxgateways/status
120
+ - clientsettingspolicies/status
119
121
verbs :
120
122
- update
121
123
- apiGroups :
@@ -243,6 +245,8 @@ spec:
243
245
mountPath : /etc/nginx/secrets
244
246
- name : nginx-run
245
247
mountPath : /var/run/nginx
248
+ - name : nginx-includes
249
+ mountPath : /etc/nginx/includes
246
250
- image : nginx-gateway-fabric/nginx-plus:edge
247
251
imagePullPolicy : Always
248
252
name : nginx
@@ -273,6 +277,8 @@ spec:
273
277
mountPath : /var/cache/nginx
274
278
- name : nginx-lib
275
279
mountPath : /var/lib/nginx
280
+ - name : nginx-includes
281
+ mountPath : /etc/nginx/includes
276
282
terminationGracePeriodSeconds : 30
277
283
serviceAccountName : nginx-gateway
278
284
shareProcessNamespace : true
@@ -292,6 +298,8 @@ spec:
292
298
emptyDir : {}
293
299
- name : nginx-lib
294
300
emptyDir : {}
301
+ - name : nginx-includes
302
+ emptyDir : {}
295
303
---
296
304
# Source: nginx-gateway-fabric/templates/gatewayclass.yaml
297
305
apiVersion : gateway.networking.k8s.io/v1
Original file line number Diff line number Diff line change 81
81
- gateways
82
82
- httproutes
83
83
- referencegrants
84
+ - grpcroutes
84
85
verbs :
85
86
- list
86
87
- watch
90
91
- httproutes/status
91
92
- gateways/status
92
93
- gatewayclasses/status
94
+ - grpcroutes/status
93
95
verbs :
94
96
- update
95
97
- apiGroups :
@@ -104,13 +106,15 @@ rules:
104
106
- gateway.nginx.org
105
107
resources :
106
108
- nginxproxies
109
+ - clientsettingspolicies
107
110
verbs :
108
111
- list
109
112
- watch
110
113
- apiGroups :
111
114
- gateway.nginx.org
112
115
resources :
113
116
- nginxgateways/status
117
+ - clientsettingspolicies/status
114
118
verbs :
115
119
- update
116
120
- apiGroups :
@@ -237,6 +241,8 @@ spec:
237
241
mountPath : /etc/nginx/secrets
238
242
- name : nginx-run
239
243
mountPath : /var/run/nginx
244
+ - name : nginx-includes
245
+ mountPath : /etc/nginx/includes
240
246
- image : nginx-gateway-fabric/nginx-plus:edge
241
247
imagePullPolicy : Always
242
248
name : nginx
@@ -267,6 +273,8 @@ spec:
267
273
mountPath : /var/cache/nginx
268
274
- name : nginx-lib
269
275
mountPath : /var/lib/nginx
276
+ - name : nginx-includes
277
+ mountPath : /etc/nginx/includes
270
278
terminationGracePeriodSeconds : 30
271
279
serviceAccountName : nginx-gateway
272
280
shareProcessNamespace : true
@@ -286,6 +294,8 @@ spec:
286
294
emptyDir : {}
287
295
- name : nginx-lib
288
296
emptyDir : {}
297
+ - name : nginx-includes
298
+ emptyDir : {}
289
299
---
290
300
# Source: nginx-gateway-fabric/templates/gatewayclass.yaml
291
301
apiVersion : gateway.networking.k8s.io/v1
You can’t perform that action at this time.
0 commit comments