Skip to content

Commit c23f926

Browse files
author
Kate Osborn
committed
Update helm templates and manifests
1 parent b37071d commit c23f926

File tree

7 files changed

+46
-0
lines changed

7 files changed

+46
-0
lines changed

charts/nginx-gateway-fabric/templates/deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ spec:
122122
mountPath: /etc/nginx/secrets
123123
- name: nginx-run
124124
mountPath: /var/run/nginx
125+
- name: nginx-includes
126+
mountPath: /etc/nginx/includes
125127
{{- with .Values.nginxGateway.extraVolumeMounts -}}
126128
{{ toYaml . | nindent 8 }}
127129
{{- end }}
@@ -157,6 +159,8 @@ spec:
157159
mountPath: /var/cache/nginx
158160
- name: nginx-lib
159161
mountPath: /var/lib/nginx
162+
- name: nginx-includes
163+
mountPath: /etc/nginx/includes
160164
{{- with .Values.nginx.extraVolumeMounts -}}
161165
{{ toYaml . | nindent 8 }}
162166
{{- end }}
@@ -189,6 +193,8 @@ spec:
189193
emptyDir: {}
190194
- name: nginx-lib
191195
emptyDir: {}
196+
- name: nginx-includes
197+
emptyDir: {}
192198
{{- with .Values.extraVolumes -}}
193199
{{ toYaml . | nindent 6 }}
194200
{{- end }}

charts/nginx-gateway-fabric/templates/rbac.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ rules:
111111
- gateway.nginx.org
112112
resources:
113113
- nginxgateways
114+
- clientsettingspolicies
114115
verbs:
115116
- get
116117
- list
@@ -119,6 +120,7 @@ rules:
119120
- gateway.nginx.org
120121
resources:
121122
- nginxgateways/status
123+
- clientsettingspolicies/status
122124
verbs:
123125
- update
124126
{{- if .Values.nginxGateway.leaderElection.enable }}

conformance/provisioner/static-deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ spec:
7474
mountPath: /etc/nginx/secrets
7575
- name: nginx-run
7676
mountPath: /var/run/nginx
77+
- name: nginx-includes
78+
mountPath: /etc/nginx/includes
7779
- image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:edge
7880
imagePullPolicy: Always
7981
name: nginx
@@ -102,6 +104,8 @@ spec:
102104
mountPath: /var/cache/nginx
103105
- name: nginx-lib
104106
mountPath: /var/lib/nginx
107+
- name: nginx-includes
108+
mountPath: /etc/nginx/includes
105109
terminationGracePeriodSeconds: 30
106110
serviceAccountName: nginx-gateway
107111
shareProcessNamespace: true
@@ -119,3 +123,5 @@ spec:
119123
emptyDir: {}
120124
- name: nginx-lib
121125
emptyDir: {}
126+
- name: nginx-includes
127+
emptyDir: {}

deploy/manifests/nginx-gateway-experimental.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ rules:
9393
- gateway.nginx.org
9494
resources:
9595
- nginxgateways
96+
- clientsettingspolicies
9697
verbs:
9798
- get
9899
- list
@@ -101,6 +102,7 @@ rules:
101102
- gateway.nginx.org
102103
resources:
103104
- nginxgateways/status
105+
- clientsettingspolicies/status
104106
verbs:
105107
- update
106108
- apiGroups:
@@ -217,6 +219,8 @@ spec:
217219
mountPath: /etc/nginx/secrets
218220
- name: nginx-run
219221
mountPath: /var/run/nginx
222+
- name: nginx-includes
223+
mountPath: /etc/nginx/includes
220224
- image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:edge
221225
imagePullPolicy: Always
222226
name: nginx
@@ -245,6 +249,8 @@ spec:
245249
mountPath: /var/cache/nginx
246250
- name: nginx-lib
247251
mountPath: /var/lib/nginx
252+
- name: nginx-includes
253+
mountPath: /etc/nginx/includes
248254
terminationGracePeriodSeconds: 30
249255
serviceAccountName: nginx-gateway
250256
shareProcessNamespace: true
@@ -262,6 +268,8 @@ spec:
262268
emptyDir: {}
263269
- name: nginx-lib
264270
emptyDir: {}
271+
- name: nginx-includes
272+
emptyDir: {}
265273
---
266274
# Source: nginx-gateway-fabric/templates/gatewayclass.yaml
267275
apiVersion: gateway.networking.k8s.io/v1

deploy/manifests/nginx-gateway.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ rules:
9090
- gateway.nginx.org
9191
resources:
9292
- nginxgateways
93+
- clientsettingspolicies
9394
verbs:
9495
- get
9596
- list
@@ -98,6 +99,7 @@ rules:
9899
- gateway.nginx.org
99100
resources:
100101
- nginxgateways/status
102+
- clientsettingspolicies/status
101103
verbs:
102104
- update
103105
- apiGroups:
@@ -213,6 +215,8 @@ spec:
213215
mountPath: /etc/nginx/secrets
214216
- name: nginx-run
215217
mountPath: /var/run/nginx
218+
- name: nginx-includes
219+
mountPath: /etc/nginx/includes
216220
- image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:edge
217221
imagePullPolicy: Always
218222
name: nginx
@@ -241,6 +245,8 @@ spec:
241245
mountPath: /var/cache/nginx
242246
- name: nginx-lib
243247
mountPath: /var/lib/nginx
248+
- name: nginx-includes
249+
mountPath: /etc/nginx/includes
244250
terminationGracePeriodSeconds: 30
245251
serviceAccountName: nginx-gateway
246252
shareProcessNamespace: true
@@ -258,6 +264,8 @@ spec:
258264
emptyDir: {}
259265
- name: nginx-lib
260266
emptyDir: {}
267+
- name: nginx-includes
268+
emptyDir: {}
261269
---
262270
# Source: nginx-gateway-fabric/templates/gatewayclass.yaml
263271
apiVersion: gateway.networking.k8s.io/v1

deploy/manifests/nginx-plus-gateway-experimental.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ rules:
9999
- gateway.nginx.org
100100
resources:
101101
- nginxgateways
102+
- clientsettingspolicies
102103
verbs:
103104
- get
104105
- list
@@ -107,6 +108,7 @@ rules:
107108
- gateway.nginx.org
108109
resources:
109110
- nginxgateways/status
111+
- clientsettingspolicies/status
110112
verbs:
111113
- update
112114
- apiGroups:
@@ -224,6 +226,8 @@ spec:
224226
mountPath: /etc/nginx/secrets
225227
- name: nginx-run
226228
mountPath: /var/run/nginx
229+
- name: nginx-includes
230+
mountPath: /etc/nginx/includes
227231
- image: nginx-gateway-fabric/nginx-plus:edge
228232
imagePullPolicy: Always
229233
name: nginx
@@ -252,6 +256,8 @@ spec:
252256
mountPath: /var/cache/nginx
253257
- name: nginx-lib
254258
mountPath: /var/lib/nginx
259+
- name: nginx-includes
260+
mountPath: /etc/nginx/includes
255261
terminationGracePeriodSeconds: 30
256262
serviceAccountName: nginx-gateway
257263
shareProcessNamespace: true
@@ -269,6 +275,8 @@ spec:
269275
emptyDir: {}
270276
- name: nginx-lib
271277
emptyDir: {}
278+
- name: nginx-includes
279+
emptyDir: {}
272280
---
273281
# Source: nginx-gateway-fabric/templates/gatewayclass.yaml
274282
apiVersion: gateway.networking.k8s.io/v1

deploy/manifests/nginx-plus-gateway.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ rules:
9696
- gateway.nginx.org
9797
resources:
9898
- nginxgateways
99+
- clientsettingspolicies
99100
verbs:
100101
- get
101102
- list
@@ -104,6 +105,7 @@ rules:
104105
- gateway.nginx.org
105106
resources:
106107
- nginxgateways/status
108+
- clientsettingspolicies/status
107109
verbs:
108110
- update
109111
- apiGroups:
@@ -220,6 +222,8 @@ spec:
220222
mountPath: /etc/nginx/secrets
221223
- name: nginx-run
222224
mountPath: /var/run/nginx
225+
- name: nginx-includes
226+
mountPath: /etc/nginx/includes
223227
- image: nginx-gateway-fabric/nginx-plus:edge
224228
imagePullPolicy: Always
225229
name: nginx
@@ -248,6 +252,8 @@ spec:
248252
mountPath: /var/cache/nginx
249253
- name: nginx-lib
250254
mountPath: /var/lib/nginx
255+
- name: nginx-includes
256+
mountPath: /etc/nginx/includes
251257
terminationGracePeriodSeconds: 30
252258
serviceAccountName: nginx-gateway
253259
shareProcessNamespace: true
@@ -265,6 +271,8 @@ spec:
265271
emptyDir: {}
266272
- name: nginx-lib
267273
emptyDir: {}
274+
- name: nginx-includes
275+
emptyDir: {}
268276
---
269277
# Source: nginx-gateway-fabric/templates/gatewayclass.yaml
270278
apiVersion: gateway.networking.k8s.io/v1

0 commit comments

Comments
 (0)