diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index 6c371037..63a337cb 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -54,6 +54,8 @@ keycloak: credentialSecret: name: "ums-keycloak-postgresql-opendesk-credentials" key: "keycloakDatabasePassword" + config: + exposeAdminConsole: {{ .Values.debug.enabled }} nubusGuardian: provisioning: @@ -97,8 +99,22 @@ nubusKeycloakExtensions: credentialSecret: name: "ums-opendesk-keycloak-credentials" key: "admin_password" - config: - exposeAdminConsole: {{ .Values.debug.enabled }} + proxy: + ingress: + paths: + {{- if .Values.debug.enabled }} + - pathType: "Prefix" + path: "/admin/" + {{- end }} + - pathType: "Prefix" + path: "/realms/" + - pathType: "Prefix" + path: "/js/" + - pathType: "Prefix" + path: "/resources/" + - pathType: "Prefix" + path: "/fingerprintjs" + postgresql: connection: