From 22c2a9a9e6b7432b334508c7223485ba46bfca83 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 20 Jan 2025 00:15:42 +0100 Subject: [PATCH] ttrss: comment ttrss db host --- apps/templates/helm-ttrss.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/helm-ttrss.yaml b/apps/templates/helm-ttrss.yaml index 41b0c90..7907579 100644 --- a/apps/templates/helm-ttrss.yaml +++ b/apps/templates/helm-ttrss.yaml @@ -39,7 +39,7 @@ spec: TTRSS_SELF_URL_PATH: "" # -- Postgres database hostname # @default -- internal postgresql URL - TTRSS_DB_HOST: "{{ printf '%s-postgresql' .Release.Name }}" + # TTRSS_DB_HOST: "{{ printf '%s-postgresql' .Release.Name }}" # -- Postgres database port. TTRSS_DB_PORT: "5432" # -- Postgres database user name