This commit is contained in:
Michael Thomson
2024-02-07 17:23:27 -05:00
parent ff7abd1b9a
commit bfd90476e7

View File

@@ -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!