Skip to content

Commit

Permalink
MG-137 - Fix nil pointer error and update UI port to 9095 (#138)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
JeffMboya authored Aug 27, 2024
1 parent 9815a30 commit 72c72e7
Show file tree
Hide file tree
Showing 45 changed files with 3 additions and 3 deletions.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions charts/mainflux/values.yaml → charts/magistrala/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ mqtt:
fsGroup: 10000
adapter:
image:
# pullSecrets: {}
pullSecrets: {}
# repository: "magistrala/mqtt"
# tag: "latest"
# pullPolicy: "IfNotPresent"
Expand Down Expand Up @@ -356,7 +356,7 @@ redis-things:
usePassword: false

bootstrap:
# image:
image: {}
# pullSecrets: {}
# repository: "magistrala/bootstrap"
# tag: "latest"
Expand Down Expand Up @@ -570,7 +570,7 @@ ui:
# logLevel: "info"
# hostname: ""
# contentTypes: "application/senml+json"
port: 3000
port: 9095
pathPrefix: "/ui"
# hostUrl: "https://domain-name"
# httpAdapterUrl: "http://magistrala-adapter-http:8008"
Expand Down

0 comments on commit 72c72e7

Please sign in to comment.