diff --git a/deployment/production/hg-repos-volume.yaml b/deployment/production/hg-repos-volume.yaml index a425e76e3..6ff2a11c1 100644 --- a/deployment/production/hg-repos-volume.yaml +++ b/deployment/production/hg-repos-volume.yaml @@ -6,4 +6,4 @@ metadata: spec: resources: requests: - storage: 128Gi + storage: 150Gi diff --git a/deployment/staging/hg-repos-volume.yaml b/deployment/staging/hg-repos-volume.yaml new file mode 100644 index 000000000..c33b449a9 --- /dev/null +++ b/deployment/staging/hg-repos-volume.yaml @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: hg-repos + namespace: languagedepot +spec: + resources: + requests: + storage: 17Gi diff --git a/deployment/staging/kustomization.yaml b/deployment/staging/kustomization.yaml index 185429513..66768dc21 100644 --- a/deployment/staging/kustomization.yaml +++ b/deployment/staging/kustomization.yaml @@ -9,6 +9,7 @@ components: patches: - path: lexbox-deployment.patch.yaml - path: app-config.yaml + - path: hg-repos-volume.yaml - path: ingress-config-staging.yaml target: kind: Ingress