change permissions

This commit is contained in:
2025-01-17 16:50:01 -06:00
parent 46efaaa5df
commit 59aecafa5a

View File

@@ -5,6 +5,24 @@ photoview:
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
initContainers:
init-sysctl:
image:
repository: busybox
tag: 1.37.0
pullPolicy: IfNotPresent
securityContext:
privileged: True
resources:
requests:
cpu: 100m
memory: 128Mi
command:
- /bin/sh
args:
- -ec
- |
chown -R photoview:photoview /app/cache
containers:
main:
image: