Skip to content

Commit

Permalink
increase hg-repos volume size in prod and staging to match changes al…
Browse files Browse the repository at this point in the history
…ready made in the deploy repo
  • Loading branch information
hahn-kev committed Oct 2, 2024
1 parent 3dffa35 commit ddc1233
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/production/hg-repos-volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
spec:
resources:
requests:
storage: 128Gi
storage: 150Gi
9 changes: 9 additions & 0 deletions deployment/staging/hg-repos-volume.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: hg-repos
namespace: languagedepot
spec:
resources:
requests:
storage: 17Gi
1 change: 1 addition & 0 deletions deployment/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddc1233

Please sign in to comment.