The Harbor pods harbor-registry
and harbor-jobservice
are managed by Deployment. You can only increment the Harbor pods Persistent volume size. The Harbor CNF reconfiguration fails if new Persistent volume size is less than existing Persistent volume size.
You can use Harbor CNF reconfiguration to update the Persistent volume size by passing the following helm properties as values.yaml
.
persistence: persistentVolumeClaim: registry: size: "<new size>" jobservice: jobLog: size: "<new size>"
To validate above properties, execute the following command:
kubectl get pvc -n <<harborcnf>>