chore: Update manifests after change

This commit is contained in:
2026-02-06 20:11:53 +00:00
parent 8faa58de37
commit 7e2902e673
3 changed files with 3 additions and 32 deletions

View File

@@ -29,11 +29,6 @@ spec:
enableServiceLinks: false
serviceAccountName: default
automountServiceAccountToken: true
securityContext:
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 1000
runAsUser: 1000
hostIPC: false
hostNetwork: false
hostPID: false
@@ -115,19 +110,14 @@ spec:
cpu: 10m
memory: 128Mi
volumeMounts:
- mountPath: /app/config
- mountPath: /app
name: config
- mountPath: /app/data
name: music
- mountPath: /app/ytdlp
name: ytdlp
volumes:
- name: config
persistentVolumeClaim:
claimName: yubal-config
claimName: yubal
- name: music
persistentVolumeClaim:
claimName: yubal-nfs-storage
- name: ytdlp
persistentVolumeClaim:
claimName: yubal-ytdlp