Skip to content

Commit

Permalink
feat: enable insight boards (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
WitoDelnat authored Dec 17, 2024
2 parents c8786ac + e731488 commit 6fe3a85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/testkube-cloud-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ spec:
containerPort: 8080
protocol: TCP
env:
- name: FEATURE_INSIGHTS_V2
value: "true"
- name: REACT_APP_API_SERVER_ENDPOINT
value: {{ if .Values.ui.apiServerEndpoint}}{{ .Values.ui.apiServerEndpoint }}{{ else }}https://{{ .Values.global.restApiSubdomain }}.{{ .Values.global.domain }}{{ end }}
{{- if .Values.ui.wsServerEndpoint }}
Expand Down

0 comments on commit 6fe3a85

Please sign in to comment.