Skip to content

Commit

Permalink
Add channels
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffMboya committed Jan 26, 2025
1 parent cec6e32 commit 879f529
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions charts/magistrala/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,27 +336,27 @@ groups:
# logLevel: "debug"
httpPort: "9004"
grpcPort: "7004"
grpcServerCert: "./ssl/certs/groups-grpc-server.crt" # Path to the GRPC server certificate
grpcServerKey: "./ssl/certs/groups-grpc-server.key" # Path to the GRPC server key
grpcServerCert: "./ssl/certs/groups-grpc-server.crt"
grpcServerKey: "./ssl/certs/groups-grpc-server.key"
grpcServerCaCerts: "./ssl/certs/ca.crt"
dbHost: "groups-db" # Database host for the Groups service
dbPort: "5432" # Database port for the Groups service
dbUser: "supermq" # Database username
dbPass: "supermq" # Database password
dbName: "groups" # Database name
dbSslMode: "disable" # SSL mode for the database connection
dbSslCert: "" # Path to the database SSL certificate
dbSslKey: "" # Path to the database SSL key
dbSslRootCert: "" # Path to the database SSL root certificate
instanceId: "" # Instance ID for the Groups service
dbHost: "groups-db"
dbPort: "5432"
dbUser: "supermq"
dbPass: "supermq"
dbName: "groups"
dbSslMode: "disable"
dbSslCert: ""
dbSslKey: ""
dbSslRootCert: ""
instanceId: ""

groupsClient:
url: "groups:9004" # URL for the Groups service client
grpcUrl: "groups:7004" # GRPC URL for the Groups service client
url: "groups:9004"
grpcUrl: "groups:7004"
grpcTimeout: "300s"
grpcClientCert: "./ssl/certs/groups-grpc-client.crt"
grpcClientKey: "./ssl/certs/groups-grpc-client.key"
grpcClientCaCerts: "./ssl/certs/ca.crt" # Path to the client GRPC CA certificates
grpcClientCaCerts: "./ssl/certs/ca.crt"

ingress:
enabled: true
Expand Down

0 comments on commit 879f529

Please sign in to comment.