chore: Update manifests after change

This commit is contained in:
2025-12-17 17:40:38 +00:00
parent bfc498d76e
commit 1000009311
4 changed files with 8 additions and 23 deletions

View File

@@ -51,8 +51,8 @@ spec:
memory: 128Mi
volumeMounts:
- mountPath: /config
name: config-new
name: config
volumes:
- name: config-new
- name: config
persistentVolumeClaim:
claimName: libation

View File

@@ -46,8 +46,8 @@ spec:
memory: 32Mi
volumeMounts:
- mountPath: /config
name: config-new
name: config
volumes:
- name: config-new
- name: config
persistentVolumeClaim:
claimName: libation

View File

@@ -1,17 +0,0 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: libation-config
namespace: libation
labels:
app.kubernetes.io/name: libation-config
app.kubernetes.io/instance: libation
app.kubernetes.io/part-of: libation
spec:
storageClassName: nfs-client
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
volumeMode: Filesystem