Skip to content

Commit fd3c563

Browse files
author
Diego Luisi
committed
⚡ Add ArgoCD bootstrap files
1 parent 389911e commit fd3c563

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

apps/kubecost/base/kustomization.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ helmCharts:
1313
global:
1414
prometheus:
1515
enabled: false
16-
fqdn: "http://kubecost-cost-analyzer-mimir-proxy.kubecost.svc.cluster.local:8085/prometheus" #http://prometheus-community-kube-prometheus.monitoring.svc.cluster.local:9090
16+
fqdn: "http://mimir-nginx.monitoring.svc:80/prometheus" #http://prometheus-community-kube-prometheus.monitoring.svc.cluster.local:9090
1717
alertmanager: # Supply an alertmanager FQDN to receive notifications from the app.
1818
enabled: false
1919
fqdn: http://prometheus-community-kube-alertmanager.monitoring.svc.cluster.local:9093
@@ -27,13 +27,13 @@ helmCharts:
2727
enabled: false
2828
kubeStateMetrics:
2929
enabled: false
30-
mimirProxy:
31-
enabled: true
32-
name: mimir-proxy
33-
image: nginxinc/nginx-unprivileged
34-
port: 8085
35-
mimirEndpoint: http://mimir-nginx.monitoring.svc.cluster.local
36-
orgIdentifier: devxp-tech
30+
# mimirProxy:
31+
# enabled: true
32+
# name: mimir-proxy
33+
# image: nginxinc/nginx-unprivileged
34+
# port: 8085
35+
# mimirEndpoint: http://mimir-nginx.monitoring.svc.cluster.local
36+
# orgIdentifier: devxp-tech
3737
networkCosts:
3838
enabled: false
3939
serviceMonitor:

0 commit comments

Comments
 (0)