Skip to content

Commit 72c72e7

Browse files
authored
MG-137 - Fix nil pointer error and update UI port to 9095 (#138)
* chore: Fix nil pointer error and update UI port to 9095 Signed-off-by: JeffMboya <[email protected]> * Refactor image configuration Signed-off-by: JeffMboya <[email protected]> * chore: Update chart directory Signed-off-by: JeffMboya <[email protected]> * Remove deleted files from mainflux directory Signed-off-by: JeffMboya <[email protected]> --------- Signed-off-by: JeffMboya <[email protected]>
1 parent 9815a30 commit 72c72e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

charts/mainflux/values.yaml charts/magistrala/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ mqtt:
161161
fsGroup: 10000
162162
adapter:
163163
image:
164-
# pullSecrets: {}
164+
pullSecrets: {}
165165
# repository: "magistrala/mqtt"
166166
# tag: "latest"
167167
# pullPolicy: "IfNotPresent"
@@ -356,7 +356,7 @@ redis-things:
356356
usePassword: false
357357

358358
bootstrap:
359-
# image:
359+
image: {}
360360
# pullSecrets: {}
361361
# repository: "magistrala/bootstrap"
362362
# tag: "latest"
@@ -570,7 +570,7 @@ ui:
570570
# logLevel: "info"
571571
# hostname: ""
572572
# contentTypes: "application/senml+json"
573-
port: 3000
573+
port: 9095
574574
pathPrefix: "/ui"
575575
# hostUrl: "https://domain-name"
576576
# httpAdapterUrl: "http://magistrala-adapter-http:8008"

0 commit comments

Comments
 (0)