chore: Update manifests after change
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: yubal-config
|
||||
labels:
|
||||
app.kubernetes.io/instance: yubal
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: yubal
|
||||
helm.sh/chart: yubal-4.6.2
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
namespace: yubal
|
||||
spec:
|
||||
accessModes:
|
||||
- "ReadWriteOnce"
|
||||
resources:
|
||||
requests:
|
||||
storage: "1Gi"
|
||||
storageClassName: "ceph-block"
|
||||
@@ -1,7 +1,7 @@
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: yubal-ytdlp
|
||||
name: yubal
|
||||
labels:
|
||||
app.kubernetes.io/instance: yubal
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
Reference in New Issue
Block a user