chore: Update manifests after change
This commit is contained in:
@@ -65,6 +65,8 @@ spec:
|
|||||||
subPath: garage-1.toml
|
subPath: garage-1.toml
|
||||||
- mountPath: /var/lib/garage/data
|
- mountPath: /var/lib/garage/data
|
||||||
name: data-1
|
name: data-1
|
||||||
|
- mountPath: /var/lib/garage/meta
|
||||||
|
name: db-1
|
||||||
- envFrom:
|
- envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: garage-token-secret
|
name: garage-token-secret
|
||||||
@@ -83,6 +85,8 @@ spec:
|
|||||||
subPath: garage-1.toml
|
subPath: garage-1.toml
|
||||||
- mountPath: /var/lib/garage/data
|
- mountPath: /var/lib/garage/data
|
||||||
name: data-1
|
name: data-1
|
||||||
|
- mountPath: /var/lib/garage/meta
|
||||||
|
name: db-1
|
||||||
- mountPath: /var/lib/garage/snapshots
|
- mountPath: /var/lib/garage/snapshots
|
||||||
name: snapshots
|
name: snapshots
|
||||||
volumes:
|
volumes:
|
||||||
@@ -92,6 +96,9 @@ spec:
|
|||||||
- name: data-1
|
- name: data-1
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: garage-data
|
claimName: garage-data
|
||||||
|
- name: db-1
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: garage-db-1
|
||||||
- name: snapshots
|
- name: snapshots
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: garage-snapshots
|
claimName: garage-snapshots
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
kind: PersistentVolumeClaim
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: garage-db-1
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/instance: garage
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: garage
|
||||||
|
helm.sh/chart: garage-4.5.0
|
||||||
|
annotations:
|
||||||
|
helm.sh/resource-policy: keep
|
||||||
|
namespace: garage
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- "ReadWriteOnce"
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: "50Gi"
|
||||||
|
storageClassName: "ceph-block"
|
||||||
Reference in New Issue
Block a user