feat: add mover context
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 29s
lint-test-helm / validate-kubeconform (pull_request) Successful in 20s
render-manifests / render-manifests (pull_request) Successful in 51s

This commit is contained in:
2026-03-21 22:32:08 -05:00
parent 97c8a5b35f
commit b63737e872

View File

@@ -14,6 +14,10 @@ houndarr:
env: env:
- name: TZ - name: TZ
value: America/Chicago value: America/Chicago
- name: PUID
value: 1000
- name: PGID
value: 1000
- name: HOUNDARR_SECURE_COOKIES - name: HOUNDARR_SECURE_COOKIES
value: true value: true
- name: HOUNDARR_TRUSTED_PROXIES - name: HOUNDARR_TRUSTED_PROXIES
@@ -64,6 +68,11 @@ houndarr:
readOnly: false readOnly: false
volsync-target-data: volsync-target-data:
pvcTarget: houndarr-data pvcTarget: houndarr-data
moverSecurityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
local: local:
enabled: true enabled: true
schedule: 40 11 * * * schedule: 40 11 * * *