fix: remove static volumeName from registry PVC, restore public Vault URL

New GCP instance needs dynamic PVC provisioning for registry.
Vault now accessible via neuralplatform.ai tunnel.
This commit is contained in:
Will Anderson
2026-04-27 16:45:11 -05:00
parent be6bee2c5b
commit a7a1b6a778
2 changed files with 1 additions and 2 deletions
@@ -49,7 +49,7 @@ metadata:
spec:
provider:
vault:
server: "http://vault.vault.svc.cluster.local:8200"
server: "https://vault.neuralplatform.ai"
path: "secret"
version: "v2"
auth:
-1
View File
@@ -5,7 +5,6 @@ metadata:
namespace: registry
spec:
storageClassName: local-path
volumeName: pvc-3d44fdad-2aa8-4761-8811-15b69802744d
accessModes:
- ReadWriteOnce
resources: