mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 21:09:58 +00:00
please
This commit is contained in:
@@ -199,18 +199,18 @@ spec:
|
|||||||
|
|
||||||
# Set securityContext parameters for the nextcloud CONTAINER only (will not affect nginx container).
|
# Set securityContext parameters for the nextcloud CONTAINER only (will not affect nginx container).
|
||||||
# For example, you may need to define runAsNonRoot directive
|
# For example, you may need to define runAsNonRoot directive
|
||||||
securityContext: {}
|
securityContext:
|
||||||
# runAsUser: 33
|
runAsUser: 33
|
||||||
# runAsGroup: 33
|
runAsGroup: 33
|
||||||
# runAsNonRoot: true
|
runAsNonRoot: false
|
||||||
# readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
||||||
# Set securityContext parameters for the entire pod. For example, you may need to define runAsNonRoot directive
|
# Set securityContext parameters for the entire pod. For example, you may need to define runAsNonRoot directive
|
||||||
podSecurityContext: {}
|
podSecurityContext:
|
||||||
# runAsUser: 33
|
runAsUser: 33
|
||||||
# runAsGroup: 33
|
runAsGroup: 33
|
||||||
# runAsNonRoot: true
|
runAsNonRoot: false
|
||||||
# readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
## You need to set an fpm version of the image for nextcloud if you want to use nginx!
|
## You need to set an fpm version of the image for nextcloud if you want to use nginx!
|
||||||
|
|||||||
Reference in New Issue
Block a user