diff --git a/manifests/prometheus/ingress.yaml b/manifests/prometheus/ingress.yaml index fb18ff6..d1bdda9 100644 --- a/manifests/prometheus/ingress.yaml +++ b/manifests/prometheus/ingress.yaml @@ -13,4 +13,4 @@ spec: match: Host(`prometheus.entos`) services: - name: prometheus-svc - port: 80 + port: 9090 diff --git a/manifests/prometheus/prometheus.yaml b/manifests/prometheus/prometheus.yaml index 8c1835c..bcb329b 100644 --- a/manifests/prometheus/prometheus.yaml +++ b/manifests/prometheus/prometheus.yaml @@ -29,4 +29,4 @@ spec: port: web ruleSelector: {} ruleNamespaceSelector: {} - externalUrl: https://prometheus.beta.entos + externalUrl: https://prometheus.entos