Skip to content

Commit

Permalink
patch pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Sep 9, 2024
1 parent 340a320 commit 7815461
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions kustomize/stage/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ resources:
patches:
- path: patch-ingress-repository.yaml
- path: patch-ingress-share.yaml
- path: patch-filestore-pvc.yaml
8 changes: 8 additions & 0 deletions kustomize/stage/patch-filestore-pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: filestore-default-pvc
spec:
resources:
requests:
storage: 250Gi
2 changes: 1 addition & 1 deletion kustomize/stage/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# this file overrides values defined in ./values.yaml
repository:
replicaCount: 2
replicaCount: 1
image:
tag: release_7.3.2_elasticsearch-r5.0.2-content-latest
resources: # requests and limits set closer together to ensure CP stability
Expand Down

0 comments on commit 7815461

Please sign in to comment.