update prometheus url
This commit is contained in:
@@ -13,7 +13,7 @@ local kp = (import 'kube-prometheus/main.libsonnet') + {
|
||||
prometheus+:: {
|
||||
prometheus+: {
|
||||
spec+: {
|
||||
externalUrl: 'https://monitoring.prod.panic.haus',
|
||||
externalUrl: 'https://metrics.prod.panic.haus',
|
||||
retention: '30d',
|
||||
storage: {
|
||||
volumeClaimTemplate: {
|
||||
@@ -86,7 +86,7 @@ local kp = (import 'kube-prometheus/main.libsonnet') + {
|
||||
'prometheus-k8s',
|
||||
$.values.common.namespace,
|
||||
[{
|
||||
host: 'monitoring.prod.panic.haus',
|
||||
host: 'metrics.prod.panic.haus',
|
||||
http: {
|
||||
paths: [{
|
||||
path: '/',
|
||||
@@ -103,7 +103,7 @@ local kp = (import 'kube-prometheus/main.libsonnet') + {
|
||||
},
|
||||
spec+: {
|
||||
tls: [{
|
||||
hosts: ['monitoring.prod.panic.haus'],
|
||||
hosts: ['metrics.prod.panic.haus'],
|
||||
secretName: 'monitoring-tls',
|
||||
}],
|
||||
},
|
||||
|
||||
@@ -8,7 +8,7 @@ metadata:
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: monitoring.prod.panic.haus
|
||||
- host: metrics.prod.panic.haus
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
@@ -20,5 +20,5 @@ spec:
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- monitoring.prod.panic.haus
|
||||
- metrics.prod.panic.haus
|
||||
secretName: monitoring-tls
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
port: web
|
||||
enableFeatures: []
|
||||
externalLabels: {}
|
||||
externalUrl: https://monitoring.prod.panic.haus
|
||||
externalUrl: https://metrics.prod.panic.haus
|
||||
image: quay.io/prometheus/prometheus:v3.2.1
|
||||
nodeSelector:
|
||||
kubernetes.io/os: linux
|
||||
|
||||
Reference in New Issue
Block a user