Automated Manifest Update (#3799)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #3799
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #3799.
This commit is contained in:
2026-02-06 20:20:45 +00:00
committed by Alex Lebens
parent 089ec83efd
commit 953ffe5591

View File

@@ -29,6 +29,10 @@ spec:
enableServiceLinks: false
serviceAccountName: default
automountServiceAccountToken: true
securityContext:
fsGroup: 1000
runAsGroup: 1000
runAsUser: 1000
hostIPC: false
hostNetwork: false
hostPID: false
@@ -37,6 +41,10 @@ spec:
- env:
- name: VPN_SERVICE_PROVIDER
value: protonvpn
- name: PUID
value: "1000"
- name: PGID
value: "1000"
- name: VPN_TYPE
value: wireguard
- name: WIREGUARD_PRIVATE_KEY
@@ -99,7 +107,7 @@ spec:
- name: YUBAL_HOST
value: 0.0.0.0
- name: YUBAL_PORT
value: "8080"
value: "8000"
- name: YUBAL_LOG_LEVEL
value: INFO
image: ghcr.io/guillevc/yubal:4.0.0
@@ -110,7 +118,7 @@ spec:
cpu: 10m
memory: 128Mi
volumeMounts:
- mountPath: /app
- mountPath: /app/config
name: config
- mountPath: /app/data
name: music