Skip to content

Commit

Permalink
Update users values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffMboya committed Jan 22, 2025
1 parent e592eec commit 3d69f46
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions charts/magistrala/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,18 +283,23 @@ users:
image:
{}
# pullSecrets: {}
# repository: "magistrala/users"
# repository: "supermq/users"
# tag: "latest"
# pullPolicy: "IfNotPresent"
# jaegerTraceRatio: 1.0
# sendTelemetry: true
# logLevel: "info"
httpPort: 9002
grpcPort: 7001
secretKey: "HyE2D4RUt9nnKG6v8zKEqAp6g6ka8hhZsqUpzgKvnwpXrNVQSH"
adminEmail: "[email protected]"
adminPassword: "12345678"
secretKey: "secretKey"
adminUsername: "admin"
adminFirstName: "super"
adminLastName: "admin"
passwordRegex: "^.{8,}$"
accessTokenDuration: "15m"
refreshTokenDuration: "24h"
httpPort: 9002
grpcPort: 7001
tokenResetEndpoint: "/reset-request"
allowSelfRegister: true
deleteInterval: "24h"
Expand All @@ -310,8 +315,8 @@ postgresqlusers:
host: postgresql-users
port: &postgresqlUsersPort 5432
database: &postgresqlUsersDatabase users
username: &postgresqlUsersUsername magistrala
password: &postgresqlUsersPassword magistrala
username: &postgresqlUsersUsername supermq
password: &postgresqlUsersPassword supermq
global:
postgresql:
auth:
Expand Down

0 comments on commit 3d69f46

Please sign in to comment.