From 149c64b88a9277bcaab4282636f5578abe6b510f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Mon, 25 Aug 2025 10:44:14 +0200 Subject: [PATCH] fix: Use correct ns --- charts/makai/values.yaml | 2 +- values/makai/env.yaml.gotmpl | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/makai/values.yaml b/charts/makai/values.yaml index bddbba93..7fbd6667 100644 --- a/charts/makai/values.yaml +++ b/charts/makai/values.yaml @@ -44,7 +44,7 @@ securityContext: runAsUser: 0 service: type: ClusterIP - port: 8000 + port: 8080 ingress: enabled: true className: nginx diff --git a/values/makai/env.yaml.gotmpl b/values/makai/env.yaml.gotmpl index 08345dcc..34173004 100644 --- a/values/makai/env.yaml.gotmpl +++ b/values/makai/env.yaml.gotmpl @@ -1,3 +1,4 @@ makai: - enabled: false - autosync: false + enabled: true + autosync: {{ if eq .Environment.Name "prod" }} false {{ else }} true {{ end }} + env: {{ .Environment.Name }}