From cfb1a87a5becc007c0f08b41e878d3a60dd77581 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Wed, 27 Mar 2024 09:07:01 +0100 Subject: [PATCH] now with correct api path --- apps/todos/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/todos/values.yaml b/apps/todos/values.yaml index c212e34..0aff0dd 100644 --- a/apps/todos/values.yaml +++ b/apps/todos/values.yaml @@ -56,7 +56,7 @@ frontend: # tls: [] # You only need to provide the URL to the API as environment variable here if you deviate from the "built-in" ingress in the api section. env: - VIKUNJA_API_URL: https://todos.kluster.moll.re + VIKUNJA_API_URL: "todos-api:3456" postgresql: enabled: false