Skip to content

Commit

Permalink
Configure the authentication for the HA stack
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Dec 28, 2024
1 parent c576ba0 commit 71336a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Charts/ldtteam-authentication-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ postgresql:

postgresha:
enabled: false
global:
postgresql:
username: "ldtteam-donator-auth"
password: "DonatorAuth1!"
database: "donator-auth"
persistence:
accessModes:
- ReadWriteOnce
Expand Down

0 comments on commit 71336a2

Please sign in to comment.