Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions k8s/environments/sandbox/values/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,42 @@ argo-cd:
domain: argocd-sandbox.simple.org
notifications:
argocdUrl: "https://argocd-sandbox.simple.org"
metrics:
enabled: true
serviceMonitor:
enabled: true
controller:
metrics:
enabled: true
serviceMonitor:
enabled: true
dex:
metrics:
enabled: true
serviceMonitor:
enabled: true
repoServer:
metrics:
enabled: true
serviceMonitor:
enabled: true
applicationSet:
metrics:
enabled: true
service:
servicePort: 8080
serviceMonitor:
enabled: true
redis:
metrics:
enabled: true
serviceMonitor:
enabled: true
server:
metrics:
enabled: true
serviceMonitor:
enabled: true
ingress:
enabled: true
annotations:
Expand Down
120 changes: 120 additions & 0 deletions k8s/manifests/kube-prometheus/config/systems-production.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,126 @@
},
module: 'http_2xx',
},
{
name: 'dhis2-demo-ecuador-login',
targets: ['https://dhis2-demo-ecuador.simple.org/dhis-web-commons/security/login.action'],
labels: {
service: 'dhis2',
environment: 'sandbox',
country: 'null',
},
module: 'http_2xx',
},
{
name: 'dhis2-c61c699a',
targets: ['https://dhis2-c61c699a.simple.org/dhis-web-commons/security/login.action'],
labels: {
service: 'dhis2',
environment: 'sandbox',
country: 'null',
},
module: 'http_2xx',
},
{
name: 'dhis2-c61c699a-htn',
targets: ['https://dhis2-htn-dm-demo.simple.org/dhis-web-commons/security/login.action'],
labels: {
service: 'dhis2',
environment: 'sandbox',
country: 'null',
},
module: 'http_2xx',
},
{
name: 'dhis2-ecuador-sandbox',
targets: ['https://dhis2-ecuador-sandbox.simple.org/'],
labels: {
service: 'dhis2',
environment: 'sandbox',
country: 'null',
},
module: 'http_2xx',
},
{
name: 'dhis2-htn-tracking',
targets: ['https://dhis2-htn-tracking.simple.org/dhis-web-commons/security/login.action'],
labels: {
service: 'dhis2',
environment: 'sandbox',
country: 'null',
},
module: 'http_2xx',
},
{
name: 'dhis2-phc',
targets: ['https://dhis2-phc.simple.org/dhis-web-commons/security/login.action'],
labels: {
service: 'dhis2',
environment: 'sandbox',
country: 'null',
},
module: 'http_2xx',
},
{
name: 'dhis2-sandbox-01',
targets: ['https://dhis2-sandbox1.simple.org/dhis-web-commons/security/login.action'],
labels: {
service: 'dhis2',
environment: 'sandbox',
country: 'null',
},
module: 'http_2xx',
},
{
name: 'dhis2-sandbox-epidemics',
targets: ['https://dhis2-sandbox-epidemics.simple.org/dhis-web-commons/security/login.action'],
labels: {
service: 'dhis2',
environment: 'sandbox',
country: 'null',
},
module: 'http_2xx',
},
{
name: 'simple-v1-api',
targets: ['https://api-sandbox.simple.org/'],
labels: {
service: 'simple_server',
environment: 'sandbox',
country: 'null',
},
module: 'http_2xx',
},
{
name: 'simple-v1-dashboard',
targets: ['https://dashboard-sandbox.simple.org/'],
labels: {
service: 'simple_dashboard',
environment: 'sandbox',
country: 'null',
},
module: 'http_2xx',
},
{
name: 'simple-v1-metabase',
targets: ['https://metabase-sandbox.simple.org/'],
labels: {
service: 'metabase',
environment: 'sandbox',
country: 'null',
},
module: 'http_2xx',
},
{
name: 'simple-argocd-sandbox',
targets: ['https://argocd-sandbox.simple.org/'],
labels: {
service: 'argocd',
environment: 'sandbox',
country: 'null',
},
module: 'http_2xx',
},
],
alertmanager: {
externalUrl: 'http://alertmanager.simple.org',
Expand Down
Loading