Skip to content

Commit

Permalink
Merge pull request #1710 from GiganticMinecraft/add_growi_components
Browse files Browse the repository at this point in the history
fix volume template
  • Loading branch information
outductor authored Jan 13, 2024
2 parents b3163d7 + 7f7838d commit 8277f55
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 8277f55

Please sign in to comment.