diff --git a/cluster/apps/harbor/harbor-pv.yaml b/cluster/apps/harbor/harbor-pv.yaml index 3e2546a..367a113 100644 --- a/cluster/apps/harbor/harbor-pv.yaml +++ b/cluster/apps/harbor/harbor-pv.yaml @@ -1,13 +1,13 @@ apiVersion: v1 kind: PersistentVolume metadata: - name: harbor-registry-pv + name: harbor-pv namespace: harbor spec: storageClassName: hostpath persistentVolumeReclaimPolicy: Retain capacity: - storage: 2Gi + storage: 5Gi accessModes: - ReadWriteOnce hostPath: @@ -16,7 +16,7 @@ spec: apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: harbor-registry-pv-claim + name: harbor-pv-claim namespace: harbor spec: storageClassName: hostpath @@ -24,4 +24,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 2Gi \ No newline at end of file + storage: 5Gi \ No newline at end of file diff --git a/cluster/apps/harbor/helm-release.yaml b/cluster/apps/harbor/helm-release.yaml index 4dcef9b..dd5efd2 100644 --- a/cluster/apps/harbor/helm-release.yaml +++ b/cluster/apps/harbor/helm-release.yaml @@ -36,11 +36,11 @@ spec: persistence: persistentVolumeClaim: registry: - existingClaim: harbor-registry-pv-claim + existingClaim: harbor-pv-claim subPath: "registry/" jobservice: jobLog: - existingClaim: harbor-jobservice-pv-claim + existingClaim: harbor-pv-claim subPath: "jobservice/" # trivy: