Skip to content

Commit

Permalink
updating volume pvc 8gb->100gb
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Nov 16, 2021
1 parent 88a4e2c commit 80abc70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/spack/builds-spack-io/db/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 8Gi
storage: 100Gi
2 changes: 1 addition & 1 deletion k8s/spack/builds-spack-io/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: web

# https://github.com/spack/spack-monitor/pkgs/container/spack-monitor
image: "ghcr.io/spack/spack-monitor:4232ae23"
image: "ghcr.io/spack/spack-monitor:5968b7fe"
args: ["/code/script/k8s/run_uwsgi.sh"]
volumeMounts:
- name: builds-spack-io-cache
Expand Down
2 changes: 1 addition & 1 deletion k8s/spack/builds-spack-io/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
storageClassName: efs
resources:
requests:
storage: 8Gi
storage: 100Gi

0 comments on commit 80abc70

Please sign in to comment.