From fb1b5754f5c5714f9263df28e8f3a0b0216fe046 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Tue, 5 Nov 2024 19:55:41 +0100 Subject: [PATCH] fix: Production endpoint fixes --- manifests/prometheus/ingress.yaml | 2 +- manifests/prometheus/prometheus.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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