Standardize config.

This commit is contained in:
2026-05-23 19:51:33 +00:00
parent e2e3f730a5
commit 6b5325c6f3
87 changed files with 426 additions and 531 deletions

View File

@@ -31,17 +31,17 @@ spec:
- name: LISTMONK_app__address
value: "0.0.0.0:9000"
- name: LISTMONK_app__root_url
value: "{{ .rootUrl }}"
value: "https://{{ .domain }}"
- name: LISTMONK_db__host
value: {{ .dbHost }}
value: {{ .db.host }}
- name: LISTMONK_db__port
value: "{{ .dbPort }}"
value: "{{ .db.port }}"
- name: LISTMONK_db__user
value: {{ .dbUser }}
value: {{ .db.user }}
- name: LISTMONK_db__database
value: {{ .dbName }}
value: {{ .db.name }}
- name: LISTMONK_db__ssl_mode
value: {{ .dbSSLMode }}
value: disable
- name: LISTMONK_db__password
valueFrom:
secretKeyRef: