(fix) correct Unifi permissions

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-28 10:08:17 +02:00
parent 792b25e7ce
commit bb925e2707
3 changed files with 13 additions and 5 deletions
+8
View File
@@ -54,6 +54,14 @@ service:
targetPort: 8843
protocol: HTTPS
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsGroup: 0
runAsUser: 0
env:
# TZ:
PUID: "568"