Skip to content

Commit

Permalink
Disable custom auth
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Dec 13, 2024
1 parent 4ecd5f5 commit 6ffb71a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Charts/ldtteam-authentication-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ postgresql:
database: "donator-auth"

postgresha:
enabled: true
enabled: false
persistence:
accessModes:
- ReadWriteOnce
Expand All @@ -99,10 +99,4 @@ postgresha:
initialDelaySeconds: 300
failureThreshold: 15
periodSeconds: 60
global:
postgresql:
username: "ldtteam-donator-auth"
password: "DonatorAuth1!"
database: "donator-auth"
repmgrUsername: "ldtteam-donator-auth"
repmgrPassword: "DonatorAuth1!"

0 comments on commit 6ffb71a

Please sign in to comment.