Update settings of memo
This commit is contained in:
parent
a335495617
commit
32f6a2eb6b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user