File tree Expand file tree Collapse file tree 8 files changed +28
-0
lines changed
charts/nginx-gateway-fabric/templates Expand file tree Collapse file tree 8 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,8 @@ spec:
115
115
periodSeconds : 1
116
116
{{- end }}
117
117
securityContext :
118
+ seccompProfile :
119
+ type : RuntimeDefault
118
120
allowPrivilegeEscalation : {{ .Values.nginxGateway.securityContext.allowPrivilegeEscalation }}
119
121
capabilities :
120
122
add :
@@ -151,6 +153,8 @@ spec:
151
153
- containerPort : 443
152
154
name : https
153
155
securityContext :
156
+ seccompProfile :
157
+ type : RuntimeDefault
154
158
capabilities :
155
159
add :
156
160
- NET_BIND_SERVICE
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ supplementalGroups:
27
27
max : 1001
28
28
seLinuxContext :
29
29
type : MustRunAs
30
+ seccompProfiles :
31
+ - runtime/default
30
32
volumes :
31
33
- emptyDir
32
34
- secret
Original file line number Diff line number Diff line change 58
58
initialDelaySeconds : 3
59
59
periodSeconds : 1
60
60
securityContext :
61
+ seccompProfile :
62
+ type : RuntimeDefault
61
63
allowPrivilegeEscalation : false
62
64
capabilities :
63
65
add :
87
89
- containerPort : 443
88
90
name : https
89
91
securityContext :
92
+ seccompProfile :
93
+ type : RuntimeDefault
90
94
capabilities :
91
95
add :
92
96
- NET_BIND_SERVICE
Original file line number Diff line number Diff line change @@ -214,6 +214,8 @@ spec:
214
214
initialDelaySeconds : 3
215
215
periodSeconds : 1
216
216
securityContext :
217
+ seccompProfile :
218
+ type : RuntimeDefault
217
219
allowPrivilegeEscalation : false
218
220
capabilities :
219
221
add :
@@ -243,6 +245,8 @@ spec:
243
245
- containerPort : 443
244
246
name : https
245
247
securityContext :
248
+ seccompProfile :
249
+ type : RuntimeDefault
246
250
capabilities :
247
251
add :
248
252
- NET_BIND_SERVICE
Original file line number Diff line number Diff line change @@ -210,6 +210,8 @@ spec:
210
210
initialDelaySeconds : 3
211
211
periodSeconds : 1
212
212
securityContext :
213
+ seccompProfile :
214
+ type : RuntimeDefault
213
215
allowPrivilegeEscalation : false
214
216
capabilities :
215
217
add :
@@ -239,6 +241,8 @@ spec:
239
241
- containerPort : 443
240
242
name : https
241
243
securityContext :
244
+ seccompProfile :
245
+ type : RuntimeDefault
242
246
capabilities :
243
247
add :
244
248
- NET_BIND_SERVICE
Original file line number Diff line number Diff line change @@ -221,6 +221,8 @@ spec:
221
221
initialDelaySeconds : 3
222
222
periodSeconds : 1
223
223
securityContext :
224
+ seccompProfile :
225
+ type : RuntimeDefault
224
226
allowPrivilegeEscalation : false
225
227
capabilities :
226
228
add :
@@ -250,6 +252,8 @@ spec:
250
252
- containerPort : 443
251
253
name : https
252
254
securityContext :
255
+ seccompProfile :
256
+ type : RuntimeDefault
253
257
capabilities :
254
258
add :
255
259
- NET_BIND_SERVICE
Original file line number Diff line number Diff line change @@ -217,6 +217,8 @@ spec:
217
217
initialDelaySeconds : 3
218
218
periodSeconds : 1
219
219
securityContext :
220
+ seccompProfile :
221
+ type : RuntimeDefault
220
222
allowPrivilegeEscalation : false
221
223
capabilities :
222
224
add :
@@ -246,6 +248,8 @@ spec:
246
248
- containerPort : 443
247
249
name : https
248
250
securityContext :
251
+ seccompProfile :
252
+ type : RuntimeDefault
249
253
capabilities :
250
254
add :
251
255
- NET_BIND_SERVICE
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ supplementalGroups:
28
28
max : 1001
29
29
seLinuxContext :
30
30
type : MustRunAs
31
+ seccompProfiles :
32
+ - runtime/default
31
33
volumes :
32
34
- emptyDir
33
35
- secret
You can’t perform that action at this time.
0 commit comments