Skip to content

Commit

Permalink
feat: publi-endpoint & frontend-url
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe authored and moshloop committed Jul 25, 2024
1 parent fa83cd3 commit 6dcb1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ spec:
args:
- serve
- --public-endpoint=https://{{ tpl .Values.ingress.host . }}
- --frontend-url=https://{{ tpl (index .Values "flanksource-ui" "ingress" "host") . }}
- --apm-hub=http://apm-hub:8080
- --canary-checker=http://canary-checker:8080
- --config-db=http://config-db:8080
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ global:
host: "mission-control-ui.local"
tlsSecretName: "mission-control-ui-tls"
api:
host: ""
host: "mission-control-ui.local/api"
tlsSecretName: ""
otel:
collector: ""
Expand Down

0 comments on commit 6dcb1c0

Please sign in to comment.