Updating storage classes from local to ceph-block.

This commit is contained in:
Joseph Hanson 2023-12-20 09:56:23 -06:00
parent 7b664c146e
commit 0f016c8d0f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
4 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,7 @@ spec:
repository: "${rsrc}-restic-secret"
destinationPVC: "${claim}"
copyMethod: Direct
storageClassName: local-hostpath
storageClassName: ceph-block
# IMPORTANT NOTE:
# Set to the last X number of snapshots to restore from
previous: ${previous}

View file

@ -83,7 +83,7 @@ spec:
- name: config
accessMode: ReadWriteOnce
size: 50Gi
storageClass: local-hostpath
storageClass: ceph-block
globalMounts:
- path: /config
service:

View file

@ -115,7 +115,7 @@ spec:
storage:
volumeClaimTemplate:
spec:
storageClassName: local-hostpath
storageClassName: ceph-block
resources:
requests:
storage: 1Gi
@ -202,7 +202,7 @@ spec:
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: local-hostpath
storageClassName: ceph-block
resources:
requests:
storage: 20Gi

View file

@ -66,14 +66,14 @@ spec:
retentionResolution1h: 90d
persistence:
enabled: true
storageClass: local-hostpath
storageClass: ceph-block
size: 20Gi
storegateway:
enabled: true
replicaCount: 3
persistence:
enabled: true
storageClass: local-hostpath
storageClass: ceph-block
size: 10Gi
ruler:
enabled: true
@ -94,7 +94,7 @@ spec:
severity: critical
persistence:
enabled: true
storageClass: local-hostpath
storageClass: ceph-block
size: 5Gi
metrics:
enabled: true