fix: PGPASSWORD env var, neuron registry, gitea domain
- backup.tf: rename POSTGRES_PASSWORD → PGPASSWORD so pg_dumpall can authenticate (was silently failing for 2 days) - neuron.yaml: fix image registry nook.family → neuralplatform.ai - gitea.yaml: fix domain neuralplatform.dev → neuralplatform.ai
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: neuron
|
||||
image: registry.nook.family/neural-platform/neuron:latest
|
||||
image: registry.neuralplatform.ai/neural-platform/neuron:latest
|
||||
imagePullPolicy: Always
|
||||
command:
|
||||
- bash
|
||||
|
||||
Reference in New Issue
Block a user