feat: change user
lint-test-helm / lint-helm (pull_request) Successful in 21s
lint-test-helm / validate-kubeconform (pull_request) Successful in 38s
render-manifests / render-manifests (pull_request) Successful in 53s

This commit is contained in:
2026-05-19 17:33:00 -05:00
parent ddbf54ad55
commit 26cc57a871
@@ -6,6 +6,8 @@ audiobookshelf:
strategy: Recreate
pod:
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
containers:
@@ -28,9 +30,9 @@ audiobookshelf:
- name: TZ
value: America/Chicago
- name: PGID
value: "1000"
value: 1000
- name: PUID
value: "1000"
value: 1000
- name: APPRISE_STORAGE_MODE
value: memory
- name: APPRISE_STATEFUL_MODE