🎁[manager]$ kubectl get pvc gitea-gitea gitea-postgres -n apps-local NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE gitea-gitea Bound pvc-df865dde-071d-4e48-ac3f-1003ed6eefb0 1Gi RWO local-path 15d gitea-postgres Bound pvc-333e242c-4ff4-4a65-ac05-8ab75c5351f1 500Mi RWO local-path 15d 🎁[manager]$ # 🔥 Setup chart values with existing storage 🎁[manager]$ cat /tmp/chart_values.yaml images: gitea: "docker-registry.apps.local/gitea/gitea:1.11.5" postgres: "docker-registry.apps.local/postgres:11" memcached: "docker-registry.apps.local/memcached:1.5.19-alpine" ingress: enabled: true protocol: https useSSL: true ingress_annotations: kubernetes.io/ingress.class: traefik tls: - secretName: wildcard-tls service: http: serviceType: ClusterIP