harbor: expand registry storage

This commit is contained in:
jenkins 2026-04-21 10:56:27 -03:00
parent b62980b76d
commit 1f991fc43d
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ spec:
registry:
existingClaim: harbor-registry
accessMode: ReadWriteOnce
size: 50Gi
size: 100Gi
jobservice:
jobLog:
existingClaim: harbor-jobservice-logs

View File

@ -8,7 +8,7 @@ spec:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 50Gi
storage: 100Gi
storageClassName: astreae
---
apiVersion: v1