Skip to content

Commit

Permalink
Deploy HA Server setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Dec 9, 2024
1 parent 0ede772 commit 0a12164
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"image":"mcr.microsoft.com/devcontainers/base:ubuntu"}
7 changes: 7 additions & 0 deletions Charts/ldtteam-authentication-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ dependencies:
version: "16.1.2"
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: postgresql-ha
version: "15.0.4"
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresha.enabled
alias: postgresha



8 changes: 8 additions & 0 deletions Charts/ldtteam-authentication-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,11 @@ postgresql:
username: "ldtteam-donator-auth"
password: "DonatorAuth1!"
database: "donator-auth"

postgresha:
enabled: true
global:
postgresql:
username: "ldtteam-donator-auth"
password: "DonatorAuth1!"
database: "donator-auth"

0 comments on commit 0a12164

Please sign in to comment.