Skip to content

Commit

Permalink
fix volume template
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Jan 13, 2024
1 parent 6d2c13d commit 7f7838d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ spec:
configMap:
name: elasticsearch-config
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data-volume
spec:
accessModes: [ "ReadWriteOnce" ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ spec:
initialDelaySeconds: 5
periodSeconds: 10
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: mongo-data
spec:
accessModes:
Expand Down

0 comments on commit 7f7838d

Please sign in to comment.