From 84b6302d873edeb6b94c7c3dcbc1ee4c73c7b986 Mon Sep 17 00:00:00 2001 From: mr Date: Thu, 12 Feb 2026 13:38:59 +0100 Subject: [PATCH] API vars adjustment --- utils/assets/templates/openCloudConf.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/utils/assets/templates/openCloudConf.yaml b/utils/assets/templates/openCloudConf.yaml index 491adf6..8c95a1b 100644 --- a/utils/assets/templates/openCloudConf.yaml +++ b/utils/assets/templates/openCloudConf.yaml @@ -30,4 +30,10 @@ data: OC_MONGO_DATABASE: "{{ index .Values.mongodb.auth.databases 0 }}" OC_NATS_URL: "nats://{{ .Release.Name }}-nats.{{ .Release.Namespace }}.svc.cluster.local:4222" OC_LOKI_URL: "http://loki-headless.{{ .Release.Namespace }}.svc.cluster.local:3100" - OC_PROMETHEUS_URL: "http://{{ .Release.Name }}-monitor.{{ .Release.Namespace }}:9090" \ No newline at end of file + OC_PROMETHEUS_URL: "http://{{ .Release.Name }}-monitor.{{ .Release.Namespace }}:9090" + OC_INTERNAL_CATALOG_API: "oc-catalog-svc" + OC_INTERNAL_SHARED_API: "oc-shared-svc" + OC_INTERNAL_WORKFLOW_API: "oc-workflow-svc" + OC_INTERNAL_WORKSPACE_API: "oc-workspace-svc" + OC_INTERNAL_PEER_API: "oc-peer-svc" + OC_INTERNAL_DATACENTER_API: "oc-datacenter-svc" \ No newline at end of file