From 443349d5a476b5051f3c45fc41260a3b37daf99e Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 16 Apr 2023 02:06:11 -0400 Subject: [PATCH] Change pvc names --- cluster/apps/harbor/harbor-pv.yaml | 8 ++++---- cluster/apps/harbor/helm-release.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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: