Compare commits
3 commits
e11cde76e7
...
b4711a02ec
Author | SHA1 | Date | |
---|---|---|---|
b4711a02ec | |||
0f016c8d0f | |||
7b664c146e |
5 changed files with 14 additions and 12 deletions
|
@ -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}
|
||||
|
|
|
@ -83,7 +83,7 @@ spec:
|
|||
- name: config
|
||||
accessMode: ReadWriteOnce
|
||||
size: 50Gi
|
||||
storageClass: local-hostpath
|
||||
storageClass: ceph-block
|
||||
globalMounts:
|
||||
- path: /config
|
||||
service:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -73,16 +73,18 @@ spec:
|
|||
cpu: "1000m"
|
||||
memory: "4Gi"
|
||||
|
||||
cephBlockPoolsVolumeSnapshotClass:
|
||||
enabled: false
|
||||
cephFileSystemVolumeSnapshotClass:
|
||||
enabled: true
|
||||
name: csi-ceph-filesystem
|
||||
isDefault: false
|
||||
deletionPolicy: Delete
|
||||
|
||||
cephBlockPools:
|
||||
- name: ceph-blockpool
|
||||
spec:
|
||||
failureDomain: host
|
||||
erasureCoded:
|
||||
dataChunks: 2
|
||||
codingChunks: 1
|
||||
replicated:
|
||||
size: 3
|
||||
storageClass:
|
||||
enabled: true
|
||||
name: ceph-block
|
||||
|
|
Reference in a new issue