update prometheus url

This commit is contained in:
2025-03-30 17:06:45 +02:00
parent 77f4a32063
commit a10b8123f3
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ local kp = (import 'kube-prometheus/main.libsonnet') + {
prometheus+:: { prometheus+:: {
prometheus+: { prometheus+: {
spec+: { spec+: {
externalUrl: 'https://monitoring.prod.panic.haus', externalUrl: 'https://metrics.prod.panic.haus',
retention: '30d', retention: '30d',
storage: { storage: {
volumeClaimTemplate: { volumeClaimTemplate: {
@@ -86,7 +86,7 @@ local kp = (import 'kube-prometheus/main.libsonnet') + {
'prometheus-k8s', 'prometheus-k8s',
$.values.common.namespace, $.values.common.namespace,
[{ [{
host: 'monitoring.prod.panic.haus', host: 'metrics.prod.panic.haus',
http: { http: {
paths: [{ paths: [{
path: '/', path: '/',
@@ -103,7 +103,7 @@ local kp = (import 'kube-prometheus/main.libsonnet') + {
}, },
spec+: { spec+: {
tls: [{ tls: [{
hosts: ['monitoring.prod.panic.haus'], hosts: ['metrics.prod.panic.haus'],
secretName: 'monitoring-tls', secretName: 'monitoring-tls',
}], }],
}, },

View File

@@ -8,7 +8,7 @@ metadata:
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- host: monitoring.prod.panic.haus - host: metrics.prod.panic.haus
http: http:
paths: paths:
- backend: - backend:
@@ -20,5 +20,5 @@ spec:
pathType: Prefix pathType: Prefix
tls: tls:
- hosts: - hosts:
- monitoring.prod.panic.haus - metrics.prod.panic.haus
secretName: monitoring-tls secretName: monitoring-tls

View File

@@ -18,7 +18,7 @@ spec:
port: web port: web
enableFeatures: [] enableFeatures: []
externalLabels: {} externalLabels: {}
externalUrl: https://monitoring.prod.panic.haus externalUrl: https://metrics.prod.panic.haus
image: quay.io/prometheus/prometheus:v3.2.1 image: quay.io/prometheus/prometheus:v3.2.1
nodeSelector: nodeSelector:
kubernetes.io/os: linux kubernetes.io/os: linux