Skip to content

Commit 3766176

Browse files
committed
Fix access to Prometheus
1 parent 0321f1b commit 3766176

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

config/gesis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,14 @@ grafana:
104104
prometheus:
105105
enabled: true
106106
server:
107+
prefixURL: /prometheus
107108
ingress:
108109
# Don't change the className
109110
className: nginx
110111
# Don't change the annotations
111112
annotations:
112113
cert-manager.io/cluster-issuer: letsencrypt
113-
nginx.ingress.kubernetes.io/use-regex: "true"
114-
nginx.ingress.kubernetes.io/rewrite-target: /$2
115-
pathType: ImplementationSpecific
116-
path: /prometheus(/|$)(.*)
114+
path: /prometheus
117115
livenessProbeInitialDelay: 800
118116
persistentVolume:
119117
storageClass: local-storage-prometheus

0 commit comments

Comments
 (0)