Skip to content

Commit

Permalink
deploy journal opensearch cluster pvcs to correct storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Aug 19, 2024
1 parent 82ccb5d commit 2d958bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kustomizations/search/app/opensearch/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
maxUnavailable: 1
persistence:
pvc:
storageClass: csi-ebs-gp3
storageClass: journal-gp3
accessModes:
- ReadWriteOnce
- component: data
Expand Down Expand Up @@ -93,6 +93,6 @@ spec:
maxUnavailable: 1
persistence:
pvc:
storageClass: csi-ebs-gp3
storageClass: journal-gp3
accessModes:
- ReadWriteOnce

0 comments on commit 2d958bc

Please sign in to comment.