Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Nov 17, 2023
1 parent 1254ef2 commit eb2daae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ spec:
volumes:
- name: data
persistentVolumeClaim:
claimName: ago-data
claimName: ago-data-gp3

Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ metadata:
app: indexer-single
app.kubernetes.io/managed-by: kustomization
app.kubernetes.io/part-of: storetheindex
name: data
name: data-gp3
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Ti
dataSource:
name: ago-data-20231117
kind: VolumeSnapshot
apiGroup: snapshot.storage.k8s.io
storageClassName: gp3
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ namespace: storetheindex

resources:
- dhstore-snapshot.yaml
- ago-data-shapshot.yaml
- ago-data-snapshot.yaml

0 comments on commit eb2daae

Please sign in to comment.