From 963de9cd4f9f4a0c99ffa469f7c384aab26f2e98 Mon Sep 17 00:00:00 2001 From: tegwick Date: Fri, 14 Aug 2026 00:40:08 +0200 Subject: [PATCH] Publish NetKingdom registration entry point --- charts/coulomb-social/values.yaml | 1 + helm/coulomb-social-values.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/coulomb-social/values.yaml b/charts/coulomb-social/values.yaml index 9d1e48e..4272557 100644 --- a/charts/coulomb-social/values.yaml +++ b/charts/coulomb-social/values.yaml @@ -35,6 +35,7 @@ env: USER_ENGINE_EXPECTED_AUDIENCE: user-engine-portal # USER_ENGINE_BASE_URL set via secret or here when stable USER_ENGINE_BASE_URL: https://users.92-205-62-239.nip.io + NETKINGDOM_REGISTRATION_URL: https://users.92-205-62-239.nip.io/register probes: enabled: true diff --git a/helm/coulomb-social-values.yaml b/helm/coulomb-social-values.yaml index 169e4fc..c0d59fe 100644 --- a/helm/coulomb-social-values.yaml +++ b/helm/coulomb-social-values.yaml @@ -20,6 +20,7 @@ env: USER_ENGINE_BASE_URL: https://users.92-205-62-239.nip.io USER_ENGINE_APPLICATION_ID: coulomb-social USER_ENGINE_EXPECTED_AUDIENCE: user-engine-portal + NETKINGDOM_REGISTRATION_URL: https://users.92-205-62-239.nip.io/register probes: hostHeader: app.coulomb.social