Skip to content

Commit

Permalink
Enable HA Postgress again
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Dec 12, 2024
1 parent 6c37c6e commit 649a467
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
{"image":"mcr.microsoft.com/devcontainers/base:ubuntu"}
{
"image":"mcr.microsoft.com/devcontainers/dotnet:8.0",
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.csdevkit"
]
}
}
}
2 changes: 1 addition & 1 deletion 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: false
enabled: true
persistence:
accessModes:
- ReadWriteOnce
Expand Down

0 comments on commit 649a467

Please sign in to comment.