From 103e3926821ba3d52fb5c0d45dec3277d8013da1 Mon Sep 17 00:00:00 2001 From: Anover000 <140409886+Anover000@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:20:44 +0530 Subject: [PATCH] kong metrics (#429) --- helm/g2p-sandbox-security/Chart.yaml | 3 +++ helm/g2p-sandbox-security/values.yaml | 16 ++++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/helm/g2p-sandbox-security/Chart.yaml b/helm/g2p-sandbox-security/Chart.yaml index e4667aaaf..82cac2765 100644 --- a/helm/g2p-sandbox-security/Chart.yaml +++ b/helm/g2p-sandbox-security/Chart.yaml @@ -9,3 +9,6 @@ dependencies: - name: ph-ee-engine repository: https://fynarfin.io/images/ph-ee-engine-0.0.0-SNAPSHOT version: 0.0.0-SNAPSHOT +- name: konga + version: 1.0.0 + repository: https://fynarfin.io/images/jira-story-version/konga/ \ No newline at end of file diff --git a/helm/g2p-sandbox-security/values.yaml b/helm/g2p-sandbox-security/values.yaml index 1614e61fc..cb950ae33 100644 --- a/helm/g2p-sandbox-security/values.yaml +++ b/helm/g2p-sandbox-security/values.yaml @@ -29,13 +29,13 @@ ph-ee-engine: channel: enabled: false ingress: - enabled: false + enabled: false operations_web: enabled: false ingress: enabled: false - + operations_app: enabled: false ingress: @@ -99,6 +99,18 @@ ph-ee-engine: ingress: enabled: false hostname: admin-kong.sandbox.mifos.io + gateway: + serviceMonitor: + enabled: true + ingressController: # enable Kong as an Ingress controller + enabled: true + env: + kong_admin_tls_skip_verify: false + installCRDs: false + podAnnotations: + prometheus.io/scrape: "true" # Ask Prometheus to scrape the + prometheus.io/port: "8100" # Kong pods for metrics + kafka: enabled: false provisioning: