chore: Update manifests after change
This commit is contained in:
@@ -50,9 +50,14 @@ spec:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: audiobooks
|
||||
- mountPath: /config
|
||||
name: config
|
||||
volumes:
|
||||
- name: audiobooks
|
||||
persistentVolumeClaim:
|
||||
claimName: libation-nfs-storage
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: libation
|
||||
|
||||
@@ -45,9 +45,14 @@ spec:
|
||||
cpu: 10m
|
||||
memory: 32Mi
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: audiobooks
|
||||
- mountPath: /config
|
||||
name: config
|
||||
volumes:
|
||||
- name: audiobooks
|
||||
persistentVolumeClaim:
|
||||
claimName: libation-nfs-storage
|
||||
- name: config
|
||||
persistentVolumeClaim:
|
||||
claimName: libation
|
||||
|
||||
Reference in New Issue
Block a user