From 5596b8b6c42d35af3a305c1d40dc18f405c110a1 Mon Sep 17 00:00:00 2001 From: ipatini Date: Thu, 9 May 2024 11:56:44 +0300 Subject: [PATCH] Updated values.yaml to include new EMS server env vars Change-Id: Iee55da17acc3b68a81b493a9026faa19e89a8a6c --- charts/nebulous-monitoring/Chart.yaml | 2 +- charts/nebulous-monitoring/values.yaml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/charts/nebulous-monitoring/Chart.yaml b/charts/nebulous-monitoring/Chart.yaml index 5c646dc..3eebef5 100644 --- a/charts/nebulous-monitoring/Chart.yaml +++ b/charts/nebulous-monitoring/Chart.yaml @@ -24,7 +24,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/nebulous-monitoring/values.yaml b/charts/nebulous-monitoring/values.yaml index bbfc2ed..502067b 100644 --- a/charts/nebulous-monitoring/values.yaml +++ b/charts/nebulous-monitoring/values.yaml @@ -122,7 +122,7 @@ env: # # ===== INITIALIZATION settings ===== - name: BUILD_MESSAGE - value: '2024-05-02 09:30:00+03:00 opendev' + value: '2024-05-09 11:57:00+03:00 opendev' - name: JASYPT_PASSWORD value: 'password' #+++++++++++++++++++++++++ ????????????????? - name: NET_UTIL_ADDRESS_DISCOVERY_SERVICES @@ -218,6 +218,8 @@ env: value: 'nebulous-cd' # ===== Broker settings ===== + - name: EMS_SERVER_BROKER_PORT + value: '31617' - name: BROKERCEP_ADDITIONAL_BROKER_CREDENTIALS value: 'aaa/111, bbb/222' # ++++++++++++++++ ${P_BROKERCEP_CREDENTIALS:-} # value: 'ENC(axeJUxNHajYfBffUwvuT3kwTgLTpRliDMz/ZQ9hROZ3BNOv0Idw72NJsawzIZRuZ)' @@ -232,6 +234,12 @@ env: # value: 'ENC(y46CiW6przlpXvz8ToE+T1Sn6uGfO2haP7OhATB0SXo=)' # ===== Baguette Client Install settings ===== + - name: EMS_SERVER_ADDRESS + value: '158.39.200.177' + - name: BAGUETTE_SERVER_ADDRESS + value: '158.39.200.177' + - name: BAGUETTE_SERVER_PORT + value: '32222' # - name: BAGUETTE_CLIENT_INSTALL_INSTRUCTIONS_LINUX # value: 'file:${EMS_CONFIG_DIR}/baguette-client-install/helm/app-detection.yml, file:${EMS_CONFIG_DIR}/baguette-client-install/helm/epm-deploy.yml, file:${EMS_CONFIG_DIR}/baguette-client-install/helm/netdata-deploy.yml' - name: BAGUETTE_CLIENT_INSTALL_INSTALLATION_CONTEXT_PROCESSOR_PLUGINS