Skip to content

Commit 2c9694b

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent 709e055 commit 2c9694b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

apps/demo-app/overlays/dev/kustomization.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@ helmCharts:
1010
repo: https://devxp-tech.github.io/helm-charts
1111
valuesInline:
1212
name: demo-app
13+
14+
global:
15+
prometheus:
16+
server: http://mimir-nginx.monitoring.svc:80/prometheus
17+
1318
image:
1419
repository: ghcr.io/devxp-tech/demo-app
1520
tag: 7df51a75
21+
1622
instrumentation: go
1723

1824
monitoring:
@@ -49,9 +55,6 @@ helmCharts:
4955
path: /health-check/readiness
5056
port: 8080
5157

52-
deploy:
53-
enabled: true
54-
5558
sa:
5659
enabled: true
5760

0 commit comments

Comments
 (0)