From a43cca43429ad970af7e9c4dc65b54c1bdb5e845 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Tue, 23 Dec 2025 21:16:16 +0200 Subject: [PATCH] Update namespace for ipify --- manifests/ipify/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/ipify/values.yaml b/manifests/ipify/values.yaml index 7f02c0c..d052f41 100644 --- a/manifests/ipify/values.yaml +++ b/manifests/ipify/values.yaml @@ -41,7 +41,7 @@ docker: tag: "latest" # Kubernetes/Helm configuration (for helm chart) kubernetes: - namespace: "default" + namespace: "my-apps" replicas: backend: 1 frontend: 1