File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments