Skip to content

Commit

Permalink
feat(ui): Set the INTERNAL_API_URL for accessing API from UI pods
Browse files Browse the repository at this point in the history
  • Loading branch information
mjasion committed Oct 31, 2023
1 parent cdc8248 commit 7c773c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: studio
description: A Helm chart for Kubernetes
type: application
version: 0.7.3
version: 0.7.4
appVersion: "v2.45.1"
maintainers:
- name: iterative
Expand Down
2 changes: 2 additions & 0 deletions charts/studio/templates/configmap-studio-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: ConfigMap
metadata:
name: studio-ui
data:
INTERNAL_API_URL: "http://studio-backend:8080/api"

{{- with .Values.studioUi.envVars}}
{{- toYaml . | nindent 2 }}
{{- end }}

0 comments on commit 7c773c6

Please sign in to comment.