Skip to content

Commit

Permalink
Example Bank Helm Chart Update
Browse files Browse the repository at this point in the history
  • Loading branch information
PSNAppz committed Sep 15, 2024
1 parent c4565af commit 09ed02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/openg2p-g2p-bridge-example-bank-celery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ envVars:
EXAMPLE_BANK_CELERY_PROCESS_PAYMENT_FREQUENCY: 10
EXAMPLE_BANK_CELERY_CELERY_BROKER_URL: redis://{{ include "common.names.fullname" .Subcharts.redis }}-master:6379/0
EXAMPLE_BANK_CELERY_CELERY_BACKEND_URL: redis://{{ include "common.names.fullname" .Subcharts.redis }}-master:6379/0

EXAMPLE_BANK_CELERY_MT940_STATEMENT_CALLBACK_URL: http://localhost:8003/api/g2p-bridge/upload_mt940

envVarsFrom:
EXAMPLE_BANK_CELERY_DB_PASSWORD:
Expand Down
2 changes: 1 addition & 1 deletion charts/openg2p-g2p-bridge-example-bank/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ openg2p-g2p-bridge-example-bank-celery:
EXAMPLE_BANK_CELERY_DB_USERNAME: bankuser
EXAMPLE_BANK_CELERY_CELERY_BROKER_URL: redis://{{ .Release.Name }}-redis-master:6379/0
EXAMPLE_BANK_CELERY_CELERY_BACKEND_URL: redis://{{ .Release.Name }}-redis-master:6379/0

EXAMPLE_BANK_CELERY_MT940_STATEMENT_CALLBACK_URL: http://openg2p-g2p-bridge-example-bank-api/api/g2p-bridge/upload_mt940
envVarsFrom:
EXAMPLE_BANK_CELERY_DB_PASSWORD:
secretKeyRef:
Expand Down

0 comments on commit 09ed02e

Please sign in to comment.