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:
@@ -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:
|
||||
|
||||
@@ -5,7 +5,6 @@ metadata:
|
||||
namespace: registry
|
||||
spec:
|
||||
storageClassName: local-path
|
||||
volumeName: pvc-3d44fdad-2aa8-4761-8811-15b69802744d
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user