[OPB-xxx] restructuring to use local postgres container for dev purposes

adding debug options to local dev version
removing deprecated flag from tilt file
This commit is contained in:
Sheldan
2024-03-17 13:20:54 +01:00
parent 568cc85907
commit 216c578e08
9 changed files with 26 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ spec:
name: db-credentials
key: dbName
- name: DB_SCHEME
value: "abstracto"
value: {{ .Values.dbCredentials.schema }}
volumeMounts:
- mountPath: "/var/db-config/"
name: database-config-mount

View File

@@ -57,6 +57,8 @@ spec:
secretKeyRef:
name: db-credentials
key: dbName
- name: DB_SCHEMA
value: {{ .Values.dbCredentials.schema }}
- name: NEWS_FORUM_POST_NOTIFICATION_SERVER_ID
value: "{{ .Values.bot.config.newsForumPostNotificationServerId }}"
- name: TOKEN

View File

@@ -48,7 +48,7 @@ spec:
name: db-credentials
key: dbName
- name: DB_SCHEME
value: "abstracto."
value: "{{ .Values.dbCredentials.schema }}."
volumeMounts:
- mountPath: "/var/template-config/"
name: template-config-mount

View File

@@ -44,6 +44,7 @@ dbCredentials:
userName: null
password: null
name: null
schema: abstracto
privateRestApi:
enabled: true
repository: harbor.sheldan.dev/oneplus-bot