diff --git a/clusters/kairos/monitoring/grafana/kustomization.yaml b/clusters/kairos/monitoring/grafana/kustomization.yaml index 43472b2..45791de 100644 --- a/clusters/kairos/monitoring/grafana/kustomization.yaml +++ b/clusters/kairos/monitoring/grafana/kustomization.yaml @@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - helmrelease.yaml -# - ingress.yaml \ No newline at end of file +- ingress.yaml \ No newline at end of file diff --git a/clusters/kairos/monitoring/promtail/helmrelease.yaml b/clusters/kairos/monitoring/promtail/helmrelease.yaml index 1427530..0960e56 100644 --- a/clusters/kairos/monitoring/promtail/helmrelease.yaml +++ b/clusters/kairos/monitoring/promtail/helmrelease.yaml @@ -16,5 +16,5 @@ spec: values: config: clients: - - url: http://monitoring-loki-gateway.monitoring.svc.cluster.local/loki/api/v1/push + - url: http://loki-gateway/loki/api/v1/push tenant_id: 1 \ No newline at end of file