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:
@@ -40,11 +40,11 @@ spec:
|
||||
name: gitea-db
|
||||
key: password
|
||||
- name: GITEA__server__DOMAIN
|
||||
value: git.neuralplatform.dev
|
||||
value: git.neuralplatform.ai
|
||||
- name: GITEA__server__ROOT_URL
|
||||
value: https://git.neuralplatform.dev
|
||||
value: https://git.neuralplatform.ai
|
||||
- name: GITEA__server__SSH_DOMAIN
|
||||
value: git.neuralplatform.dev
|
||||
value: git.neuralplatform.ai
|
||||
- name: GITEA__server__SSH_PORT
|
||||
value: "30022"
|
||||
- name: GITEA__server__START_SSH_SERVER
|
||||
|
||||
Reference in New Issue
Block a user