Skip to content

Commit

Permalink
Merge pull request #47 from dynamofl/helm-api
Browse files Browse the repository at this point in the history
Revert base changes
  • Loading branch information
sakshm-aurora authored Aug 2, 2024
2 parents c0107c8 + 2dc3550 commit f3a6b95
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions charts/dynamoai-base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -670,26 +670,26 @@ keycloak:
value: "true"

postgresql:
enabled: false
# auth:
# username: dynamoai
# password: ''
# database: keycloak
# postgresPassword: '' # psql admin password
# # existingSecret: dynamoai-keycloak-psql-db-secret # password for "postgres" admin user
# architecture: standalone
enabled: true
auth:
username: dynamoai
password: ''
database: keycloak
postgresPassword: '' # psql admin password
# existingSecret: dynamoai-keycloak-psql-db-secret # password for "postgres" admin user
architecture: standalone


####
# To use an existing psql DB in cluster, uncomment the following:
####
externalDatabase:
database: keycloak # DB name for keycloak
existingSecret: dynamoai-postgres-secret
existingSecretHostKey: host
existingSecretPortKey: port
existingSecretUserKey: username
existingSecretPasswordKey: password
# externalDatabase:
# database: keycloak # DB name for keycloak
# existingSecret: dynamoai-postgres-secret
# existingSecretHostKey: host
# existingSecretPortKey: port
# existingSecretUserKey: username
# existingSecretPasswordKey: password

nats:
enabled: false
Expand Down Expand Up @@ -719,4 +719,4 @@ nats:
nack:
jetstream:
nats:
url: 'nats://dynamoai-base-nats:4222'
url: 'nats://dynamoai-base-nats:4222'

0 comments on commit f3a6b95

Please sign in to comment.