chore: Update manifests after change
This commit is contained in:
@@ -29,11 +29,6 @@ spec:
|
|||||||
enableServiceLinks: false
|
enableServiceLinks: false
|
||||||
serviceAccountName: default
|
serviceAccountName: default
|
||||||
automountServiceAccountToken: true
|
automountServiceAccountToken: true
|
||||||
securityContext:
|
|
||||||
fsGroup: 1000
|
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
|
||||||
runAsGroup: 1000
|
|
||||||
runAsUser: 1000
|
|
||||||
hostIPC: false
|
hostIPC: false
|
||||||
hostNetwork: false
|
hostNetwork: false
|
||||||
hostPID: false
|
hostPID: false
|
||||||
@@ -115,19 +110,14 @@ spec:
|
|||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config
|
- mountPath: /app
|
||||||
name: config
|
name: config
|
||||||
- mountPath: /app/data
|
- mountPath: /app/data
|
||||||
name: music
|
name: music
|
||||||
- mountPath: /app/ytdlp
|
|
||||||
name: ytdlp
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: yubal-config
|
claimName: yubal
|
||||||
- name: music
|
- name: music
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: yubal-nfs-storage
|
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
|
kind: PersistentVolumeClaim
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
metadata:
|
||||||
name: yubal-ytdlp
|
name: yubal
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/instance: yubal
|
app.kubernetes.io/instance: yubal
|
||||||
app.kubernetes.io/managed-by: Helm
|
app.kubernetes.io/managed-by: Helm
|
||||||
Reference in New Issue
Block a user