Updating storage classes from local to ceph-block.
This commit is contained in:
parent
7b664c146e
commit
0f016c8d0f
4 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@ spec:
|
||||||
repository: "${rsrc}-restic-secret"
|
repository: "${rsrc}-restic-secret"
|
||||||
destinationPVC: "${claim}"
|
destinationPVC: "${claim}"
|
||||||
copyMethod: Direct
|
copyMethod: Direct
|
||||||
storageClassName: local-hostpath
|
storageClassName: ceph-block
|
||||||
# IMPORTANT NOTE:
|
# IMPORTANT NOTE:
|
||||||
# Set to the last X number of snapshots to restore from
|
# Set to the last X number of snapshots to restore from
|
||||||
previous: ${previous}
|
previous: ${previous}
|
||||||
|
|
|
@ -83,7 +83,7 @@ spec:
|
||||||
- name: config
|
- name: config
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 50Gi
|
size: 50Gi
|
||||||
storageClass: local-hostpath
|
storageClass: ceph-block
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /config
|
- path: /config
|
||||||
service:
|
service:
|
||||||
|
|
|
@ -115,7 +115,7 @@ spec:
|
||||||
storage:
|
storage:
|
||||||
volumeClaimTemplate:
|
volumeClaimTemplate:
|
||||||
spec:
|
spec:
|
||||||
storageClassName: local-hostpath
|
storageClassName: ceph-block
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 1Gi
|
storage: 1Gi
|
||||||
|
@ -202,7 +202,7 @@ spec:
|
||||||
storageSpec:
|
storageSpec:
|
||||||
volumeClaimTemplate:
|
volumeClaimTemplate:
|
||||||
spec:
|
spec:
|
||||||
storageClassName: local-hostpath
|
storageClassName: ceph-block
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 20Gi
|
storage: 20Gi
|
||||||
|
|
|
@ -66,14 +66,14 @@ spec:
|
||||||
retentionResolution1h: 90d
|
retentionResolution1h: 90d
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: local-hostpath
|
storageClass: ceph-block
|
||||||
size: 20Gi
|
size: 20Gi
|
||||||
storegateway:
|
storegateway:
|
||||||
enabled: true
|
enabled: true
|
||||||
replicaCount: 3
|
replicaCount: 3
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: local-hostpath
|
storageClass: ceph-block
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
ruler:
|
ruler:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -94,7 +94,7 @@ spec:
|
||||||
severity: critical
|
severity: critical
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: local-hostpath
|
storageClass: ceph-block
|
||||||
size: 5Gi
|
size: 5Gi
|
||||||
metrics:
|
metrics:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Reference in a new issue