fix: set user
All checks were successful
lint-test-helm / lint-helm (push) Successful in 14s
render-manifests-push / render-manifests-push (push) Successful in 54s
renovate / renovate (push) Successful in 1m22s

This commit is contained in:
2026-02-06 14:19:11 -06:00
parent 7f00e1b235
commit a5800aa1cb

View File

@@ -5,6 +5,11 @@ yubal:
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
pod:
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
containers:
main:
image:
@@ -17,7 +22,7 @@ yubal:
- name: YUBAL_HOST
value: 0.0.0.0
- name: YUBAL_PORT
value: 8080
value: 8000
- name: YUBAL_LOG_LEVEL
value: INFO
resources:
@@ -36,6 +41,10 @@ yubal:
env:
- name: VPN_SERVICE_PROVIDER
value: protonvpn
- name: PUID
value: "1000"
- name: PGID
value: "1000"
- name: VPN_TYPE
value: wireguard
- name: WIREGUARD_PRIVATE_KEY
@@ -124,7 +133,7 @@ yubal:
advancedMounts:
main:
main:
- path: /app
- path: /app/config
readOnly: false
music:
existingClaim: yubal-nfs-storage