Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PSNAppz committed Dec 6, 2024
1 parent fcbfd0a commit ac74526
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions charts/openg2p-g2p-bridge-example-bank/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
global:
exampleBankHostname: example-bank.sandbox.openg2p.net
exampleBankHostname: example-bank.explore.openg2p.org

openg2p-g2p-bridge-example-bank-api:
enabled: true
image:
registry: docker.io
tag: '1.0.2'
common:
enabled: false
postgresql:
Expand All @@ -22,6 +25,9 @@ openg2p-g2p-bridge-example-bank-api:

openg2p-g2p-bridge-example-bank-celery:
enabled: true
image:
registry: docker.io
tag: '1.0.2'
common:
enabled: false
postgresql:
Expand Down Expand Up @@ -53,8 +59,10 @@ postgresql:
max_replication_slots = 10
redis:
cluster:
enabled: false
replicaCount: 1
enabled: true
architecture: standalone
master:
persistence:
enabled: false
auth:
enabled: false

0 comments on commit ac74526

Please sign in to comment.