From 061fd386d865a1b80fc0410af866e034301474c5 Mon Sep 17 00:00:00 2001 From: Vadim Aleksandrov Date: Mon, 15 Jul 2024 16:57:41 +0300 Subject: [PATCH] fix: change host url domain --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42f810d..74e2161 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,4 @@ publish-app: $(MAKE) -C app publish version=$(BRANCH) deploy: - $(HELM) upgrade --install my-app-$(BRANCH) chart --set image.tag=$(BRANCH) --set ingress.host=$(BRANCH).csssr.cloud + $(HELM) upgrade --install my-app-$(BRANCH) chart --set image.tag=$(BRANCH) --set ingress.host=$(BRANCH).my-app.com