Update settings of memo

This commit is contained in:
Nikolai Rodionov 2024-12-24 19:40:33 +01:00
parent a335495617
commit 32f6a2eb6b
No known key found for this signature in database
GPG Key ID: 0639A45505F3BFA6

View File

@ -6,8 +6,15 @@ ext-database:
instance: postgres16
credentials:
MEMOS_DRIVER: postgres
MEMOS_DSN: "{{ .Protocol }}://{{ .Username }}:{{ .Password }}@{{ .Hostname }}:{{ .Port }}/{{ .Database }}"
MEMOS_DSN: "{{ .Protocol }}://{{ .Username }}:{{ .Password }}@{{ .Hostname }}:{{ .Port }}/{{ .Database }}?sslmode=disable"
workload:
containers:
memos:
envFrom:
- main
- secretRef:
name: memos-postgres16-creds
ingress:
main:
annotations: