We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a015828 commit da4dd43Copy full SHA for da4dd43
2 files changed
helm/Chart.yaml
@@ -2,6 +2,6 @@ apiVersion: v2
2
name: opensampl
3
description: Helm chart for OpenSAMPL (Postgres + Backend + Grafana + Migrations)
4
type: application
5
-version: 0.1.3
+version: 0.1.4
6
appVersion: "1.0.0"
7
icon: https://raw.githubusercontent.com/ORNL/OpenSAMPL/main/docs/logo.png
helm/values-mariner.yaml
@@ -53,7 +53,7 @@ ingress:
53
hosts:
54
- host: opensampl-test.ornl.gov
55
paths:
56
- - path: /api
+ - path: /backend
57
pathType: Prefix
58
service: backend
59
- path: /
0 commit comments