Skip to content

Commit

Permalink
Change path behind reverse proxy for data-dashboard-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Apr 10, 2024
1 parent 3aca255 commit 7eeb2e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/data-dashboard-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.1.0"
name: data-dashboard-backend
description: API for data in the data dashboard
version: 0.1.5
version: 0.1.6
sources: ["https://github.com/thehyve/radar-data-dashboard-backend"]
deprecated: false
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/data-dashboard-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ingress:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-prod
# -- Path within the url structure
path: "/api($|/)(.*)"
path: /api
pathType: ImplementationSpecific
# -- Hosts to accept requests from
hosts:
Expand Down
2 changes: 1 addition & 1 deletion etc/data-dashboard-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ ingress:
hosts:
- localhost
jdbc:
url: jdbc:postgresql://timescaledb-postgresql-hl:5432/data
url: jdbc:postgresql://timescaledb-postgresql-hl:5432/data-dashboard
user: radarbase
2 changes: 1 addition & 1 deletion helmfile.d/20-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ releases:
value: {{ .Values.server_name }}
- name: ingress.hosts
values:
- {{ .Values.server_name }}
- data.{{ .Values.server_name }}
- name: jdbc.user
value: {{ .Values.timescaledb_username }}
- name: jdbc.password
Expand Down

0 comments on commit 7eeb2e5

Please sign in to comment.