From 79b0c877c828f26b4e5d845b7a38f85f4b416de2 Mon Sep 17 00:00:00 2001 From: Victor Login Date: Mon, 27 Feb 2023 17:21:58 +0100 Subject: [PATCH] shortlink-notify: setting store Signed-off-by: Victor Login --- ops/Helm/shortlink-notify/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ops/Helm/shortlink-notify/values.yaml b/ops/Helm/shortlink-notify/values.yaml index dd8fb68376e..8dfba7a10ab 100644 --- a/ops/Helm/shortlink-notify/values.yaml +++ b/ops/Helm/shortlink-notify/values.yaml @@ -53,6 +53,7 @@ deploy: MQ_ENABLED: "false" MQ_TYPE: "rabbitmq" TRACER_URI: http://grafana-tempo.grafana:14268/api/traces + STORE_POSTGRES_URI: postgres://postgres:shortlink@postgresql.postgresql:5432/shortlink imagePullSecrets: []