Skip to content

Commit 0c70f9b

Browse files
committed
Refactor for writing status and config on connection
1 parent 41103c8 commit 0c70f9b

File tree

35 files changed

+1048
-535
lines changed

35 files changed

+1048
-535
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
- NET_BIND_SERVICE
7878
drop:
7979
- ALL
80-
# readOnlyRootFilesystem: true
80+
readOnlyRootFilesystem: true
8181
runAsUser: 101
8282
runAsGroup: 1001
8383
volumeMounts:

deploy/aws-nlb/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ spec:
338338
- NET_BIND_SERVICE
339339
drop:
340340
- ALL
341+
readOnlyRootFilesystem: true
341342
runAsGroup: 1001
342343
runAsUser: 101
343344
seccompProfile:

deploy/azure/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ spec:
337337
- NET_BIND_SERVICE
338338
drop:
339339
- ALL
340+
readOnlyRootFilesystem: true
340341
runAsGroup: 1001
341342
runAsUser: 101
342343
seccompProfile:

deploy/default/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ spec:
335335
- NET_BIND_SERVICE
336336
drop:
337337
- ALL
338+
readOnlyRootFilesystem: true
338339
runAsGroup: 1001
339340
runAsUser: 101
340341
seccompProfile:

deploy/experimental-nginx-plus/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ spec:
351351
- NET_BIND_SERVICE
352352
drop:
353353
- ALL
354+
readOnlyRootFilesystem: true
354355
runAsGroup: 1001
355356
runAsUser: 101
356357
seccompProfile:

deploy/experimental/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ spec:
341341
- NET_BIND_SERVICE
342342
drop:
343343
- ALL
344+
readOnlyRootFilesystem: true
344345
runAsGroup: 1001
345346
runAsUser: 101
346347
seccompProfile:

deploy/nginx-plus/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ spec:
345345
- NET_BIND_SERVICE
346346
drop:
347347
- ALL
348+
readOnlyRootFilesystem: true
348349
runAsGroup: 1001
349350
runAsUser: 101
350351
seccompProfile:

deploy/nodeport/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ spec:
335335
- NET_BIND_SERVICE
336336
drop:
337337
- ALL
338+
readOnlyRootFilesystem: true
338339
runAsGroup: 1001
339340
runAsUser: 101
340341
seccompProfile:

deploy/openshift/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ spec:
343343
- NET_BIND_SERVICE
344344
drop:
345345
- ALL
346+
readOnlyRootFilesystem: true
346347
runAsGroup: 1001
347348
runAsUser: 101
348349
seccompProfile:

deploy/snippets-filters-nginx-plus/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ spec:
348348
- NET_BIND_SERVICE
349349
drop:
350350
- ALL
351+
readOnlyRootFilesystem: true
351352
runAsGroup: 1001
352353
runAsUser: 101
353354
seccompProfile:

0 commit comments

Comments
 (0)