Skip to content

Commit

Permalink
Merge pull request #602 from OCP-on-NERC/ocp-prod-image-registry-pvc-…
Browse files Browse the repository at this point in the history
…resize

ocp-prod: bump image registry PVC to 750Gi
  • Loading branch information
jtriley authored Nov 14, 2024
2 parents 4229c5e + c777416 commit 13d35d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cluster-scope/overlays/nerc-ocp-prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,10 @@ patches:
- op: replace
path: /spec/servingCerts/namedCertificates/0/names/0
value: api.shift.nerc.mghpcc.org
- target:
kind: PersistentVolumeClaim
name: image-registry-storage
patch: |
- op: replace
path: /spec/resources/requests/storage
value: 750Gi

0 comments on commit 13d35d3

Please sign in to comment.