Skip to content

Commit

Permalink
feat(frontend): kratos variables (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
golobitch authored Jun 18, 2024
1 parent 5c6a341 commit dcc3704
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rafiki-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.2
version: 0.4.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 3 additions & 0 deletions charts/rafiki-frontend/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ data:
LOG_LEVEL: debug
NODE_ENV: "{{ .Values.nodeEnv }}"
PORT: "{{ .Values.port }}"
KRATOS_CONTAINER_PUBLIC_URL: "{{ .Values.kratos.containerPublicUrl }}"
KRATOS_BROWSER_PUBLIC_URL: "{{ .Values.kratos.browserPublicUrl }}"
KRATOS_ADMIN_URL: "{{ .Values.kratos.adminUrl }}"
4 changes: 4 additions & 0 deletions charts/rafiki-frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ serviceAccount:
name: ''
securityContext:
{}
kratos:
containerPublicUrl:
browserPublicUrl:
adminUrl:

0 comments on commit dcc3704

Please sign in to comment.