Skip to content

Commit

Permalink
nerc-shift-1: bump pgha storage to 11Gi
Browse files Browse the repository at this point in the history
The pgha data volumes filled up - bumping to 11Gi for now.
  • Loading branch information
jtriley committed Jan 2, 2025
1 parent a0a5b41 commit 567f91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/regapp/overlays/prod/patches/regapp-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- "ReadWriteOnce"
resources:
requests:
storage: 5Gi
storage: 11Gi
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit 567f91d

Please sign in to comment.