From 1f991fc43dbf5bff6064749f71b90940c4931c4e Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 21 Apr 2026 10:56:27 -0300 Subject: [PATCH] harbor: expand registry storage --- services/harbor/helmrelease.yaml | 2 +- services/harbor/pvc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/harbor/helmrelease.yaml b/services/harbor/helmrelease.yaml index e37c7136..26419cc9 100644 --- a/services/harbor/helmrelease.yaml +++ b/services/harbor/helmrelease.yaml @@ -53,7 +53,7 @@ spec: registry: existingClaim: harbor-registry accessMode: ReadWriteOnce - size: 50Gi + size: 100Gi jobservice: jobLog: existingClaim: harbor-jobservice-logs diff --git a/services/harbor/pvc.yaml b/services/harbor/pvc.yaml index ff2db47e..50b5ea59 100644 --- a/services/harbor/pvc.yaml +++ b/services/harbor/pvc.yaml @@ -8,7 +8,7 @@ spec: accessModes: [ "ReadWriteOnce" ] resources: requests: - storage: 50Gi + storage: 100Gi storageClassName: astreae --- apiVersion: v1