Skip to content

Commit

Permalink
add novu dashboard url
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Jan 15, 2025
1 parent 452f35c commit 990cc67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/phrasea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.
version: 2.1.0-rc3
version: 2.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
1 change: 1 addition & 0 deletions charts/phrasea/templates/novu/novu-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ metadata:
data:
NOVU_API_HOST: {{ required "Missing novu.apiHost" .apiHost | quote }}
NOVU_API_URL: {{ (print "https://" (required "Missing novu.apiHost" .apiHost)) | quote }}
NOVU_DASHBOARD_URL: {{ required "Missing novu.dashboardUrl" .dashboardUrl | quote }}
NOVU_BRIDGE_URL: {{ required "Missing novu.bridge.baseUrl" .bridge.baseUrl | quote }}
NOVU_WS_URL: {{ required "Missing novu.wsUrl" .wsUrl | quote }}
NOVU_APPLICATION_IDENTIFIER: {{ required "Missing novu.applicationIdentifier" .applicationIdentifier | quote }}
Expand Down
1 change: 1 addition & 0 deletions charts/phrasea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ novu:
annotations: {}
extraLabels: {}
tls: []
dashboardUrl: https://dashboard.novu.co
apiHost: api.novu.co
wsUrl: https://ws.novu.co
applicationIdentifier:
Expand Down

0 comments on commit 990cc67

Please sign in to comment.