Skip to content

Commit 389911e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/kubecost/base/kustomization.yaml

Lines changed: 2 additions & 2 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/ #http://prometheus-community-kube-prometheus.monitoring.svc.cluster.local:9090
16+
fqdn: "http://kubecost-cost-analyzer-mimir-proxy.kubecost.svc.cluster.local:8085/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
@@ -32,7 +32,7 @@ helmCharts:
3232
name: mimir-proxy
3333
image: nginxinc/nginx-unprivileged
3434
port: 8085
35-
mimirEndpoint: http://mimir-nginx.monitoring.svc:80/api/v1/push
35+
mimirEndpoint: http://mimir-nginx.monitoring.svc.cluster.local
3636
orgIdentifier: devxp-tech
3737
networkCosts:
3838
enabled: false

0 commit comments

Comments
 (0)