Skip to content

Commit 847f2bc

Browse files
author
7va
committed
move grafana to the top of hosts
1 parent 7d94b67 commit 847f2bc

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

helm/templates/grafana/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
key: POSTGRES_PASSWORD
4141
# For testing in Mariner
4242
- name: GF_SERVER_ROOT_URL
43-
value: "https://opensampl-test.ornl.gov/grafana/"
43+
value: "https://opensampl-test.ornl.gov/grafana"
4444
- name: GF_SERVER_SERVE_FROM_SUB_PATH
4545
value: "true"
4646
readinessProbe:

helm/values-mariner.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ ingress:
5656
hosts:
5757
- host: opensampl-test.ornl.gov
5858
paths:
59-
- path: /api
60-
pathType: prefix
61-
service: backend
62-
- path: /docs
63-
pathType: Prefix
64-
service: backend
65-
- path: /grafana(/|$)(.*)
66-
pathType: Prefix
67-
service: grafana
59+
- path: /grafana
60+
pathType: Prefix
61+
service: grafana
62+
- path: /api
63+
pathType: prefix
64+
service: backend
65+
- path: /docs
66+
pathType: Prefix
67+
service: backend
6868
tls:
6969
- secretName: opensampl-tls
7070
hosts:

0 commit comments

Comments
 (0)