Skip to content

Commit

Permalink
kong metrics (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anover000 authored Apr 22, 2024
1 parent da50c11 commit 103e392
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions helm/g2p-sandbox-security/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
16 changes: 14 additions & 2 deletions helm/g2p-sandbox-security/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 103e392

Please sign in to comment.