Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOISSUE - Create and deploy SuperMQ Helm Charts #158

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
Fix double quotations in domains
JeffMboya committed Jan 22, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 1b3784e898a8d9d0e7c6fddf3b6655aeebbfa58b
6 changes: 2 additions & 4 deletions charts/supermq/values.yaml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
host: "0.0.0.0"
port: 7003
http:
host: ""0.0.0.0""
host: "0.0.0.0"
port: 9003
cache:
url: "redis://domains-redis:6379/0"
@@ -342,9 +342,7 @@
http:
host: "0.0.0.0"
port: 9002
grpc:
port: 7001
timeout: 300s
grpcPort: 7001
tokenResetEndpoint: "/reset-request"
allowSelfRegister: true
deleteInterval: "24h"
@@ -554,7 +552,7 @@
# sendTelemetry: true
# logLevel: "info"
enabled: true
http: { port: 9011 }

Check failure on line 555 in charts/supermq/values.yaml

GitHub Actions / lint-test

555:12 [braces] too many spaces inside braces

Check failure on line 555 in charts/supermq/values.yaml

GitHub Actions / lint-test

555:23 [braces] too many spaces inside braces
# nodeSelector: {}
# affinity: {}
# tolerations: {}
@@ -572,7 +570,7 @@
# affinity: {}
# tolerations: {}
enabled: true
http: { port: 9012 }

Check failure on line 573 in charts/supermq/values.yaml

GitHub Actions / lint-test

573:12 [braces] too many spaces inside braces

Check failure on line 573 in charts/supermq/values.yaml

GitHub Actions / lint-test

573:23 [braces] too many spaces inside braces
## Configurations of Bitnami postgres
global:
postgresql: