Skip to content

Commit

Permalink
chore: update charts to support fulfil position batching
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Jan 11, 2024
1 parent 30b7d37 commit 1640ae3
Show file tree
Hide file tree
Showing 27 changed files with 314 additions and 302 deletions.
20 changes: 10 additions & 10 deletions bulk-centralledger/chart-handler-bulk-transfer-fulfil/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global: {}
image:
registry: "docker.io"
repository: mojaloop/central-ledger
tag: v17.4.0
tag: v17.6.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand All @@ -35,7 +35,7 @@ diagnosticMode:
enabled: false
## @param diagnosticMode.command Command to override all containers in the deployment
##
command:
command:
- node
- src/handlers/index.js
- handler
Expand All @@ -44,7 +44,7 @@ diagnosticMode:
##
args:
- --inspect=0.0.0.0:{{ .Values.diagnosticMode.debug.port }}

## @param diagnosticMode.debug config to override all debug information
##
debug:
Expand Down Expand Up @@ -187,13 +187,13 @@ initContainers: |
command:
- sh
- -c
- until ./bin/kafka-broker-api-versions.sh --bootstrap-server ${KAFKA_HOST}:${KAFKA_PORT};
- until ./bin/kafka-broker-api-versions.sh --bootstrap-server ${KAFKA_HOST}:${KAFKA_PORT};
do
echo --------------------;
echo Waiting for Kafka...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo Kafka ok!;
env:
- name: KAFKA_HOST
Expand All @@ -211,9 +211,9 @@ initContainers: |
do
echo --------------------;
echo Waiting for MySQL...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MySQL ok!;
env:
- name: DB_HOST
Expand Down Expand Up @@ -244,9 +244,9 @@ initContainers: |
do
echo --------------------;
echo Waiting for MongoDB...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MongoDB ok!;
env:
- name: DB_HOST
Expand Down
20 changes: 10 additions & 10 deletions bulk-centralledger/chart-handler-bulk-transfer-get/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global: {}
image:
registry: "docker.io"
repository: mojaloop/central-ledger
tag: v17.4.0
tag: v17.6.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand All @@ -35,7 +35,7 @@ diagnosticMode:
enabled: false
## @param diagnosticMode.command Command to override all containers in the deployment
##
command:
command:
- node
- src/handlers/index.js
- handler
Expand All @@ -44,7 +44,7 @@ diagnosticMode:
##
args:
- --inspect=0.0.0.0:{{ .Values.diagnosticMode.debug.port }}

## @param diagnosticMode.debug config to override all debug information
##
debug:
Expand Down Expand Up @@ -187,13 +187,13 @@ initContainers: |
command:
- sh
- -c
- until ./bin/kafka-broker-api-versions.sh --bootstrap-server ${KAFKA_HOST}:${KAFKA_PORT};
- until ./bin/kafka-broker-api-versions.sh --bootstrap-server ${KAFKA_HOST}:${KAFKA_PORT};
do
echo --------------------;
echo Waiting for Kafka...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo Kafka ok!;
env:
- name: KAFKA_HOST
Expand All @@ -211,9 +211,9 @@ initContainers: |
do
echo --------------------;
echo Waiting for MySQL...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MySQL ok!;
env:
- name: DB_HOST
Expand Down Expand Up @@ -244,9 +244,9 @@ initContainers: |
do
echo --------------------;
echo Waiting for MongoDB...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MongoDB ok!;
env:
- name: DB_HOST
Expand Down
20 changes: 10 additions & 10 deletions bulk-centralledger/chart-handler-bulk-transfer-prepare/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global: {}
image:
registry: "docker.io"
repository: mojaloop/central-ledger
tag: v17.4.0
tag: v17.6.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand All @@ -35,7 +35,7 @@ diagnosticMode:
enabled: false
## @param diagnosticMode.command Command to override all containers in the deployment
##
command:
command:
- node
- src/handlers/index.js
- handler
Expand All @@ -44,7 +44,7 @@ diagnosticMode:
##
args:
- --inspect=0.0.0.0:{{ .Values.diagnosticMode.debug.port }}

## @param diagnosticMode.debug config to override all debug information
##
debug:
Expand Down Expand Up @@ -190,13 +190,13 @@ initContainers: |
command:
- sh
- -c
- until ./bin/kafka-broker-api-versions.sh --bootstrap-server ${KAFKA_HOST}:${KAFKA_PORT};
- until ./bin/kafka-broker-api-versions.sh --bootstrap-server ${KAFKA_HOST}:${KAFKA_PORT};
do
echo --------------------;
echo Waiting for Kafka...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo Kafka ok!;
env:
- name: KAFKA_HOST
Expand All @@ -214,9 +214,9 @@ initContainers: |
do
echo --------------------;
echo Waiting for MySQL...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MySQL ok!;
env:
- name: DB_HOST
Expand Down Expand Up @@ -247,9 +247,9 @@ initContainers: |
do
echo --------------------;
echo Waiting for MongoDB...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MongoDB ok!;
env:
- name: DB_HOST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global: {}
image:
registry: "docker.io"
repository: mojaloop/central-ledger
tag: v17.4.0
tag: v17.6.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand All @@ -35,7 +35,7 @@ diagnosticMode:
enabled: false
## @param diagnosticMode.command Command to override all containers in the deployment
##
command:
command:
- node
- src/handlers/index.js
- handler
Expand All @@ -44,7 +44,7 @@ diagnosticMode:
##
args:
- --inspect=0.0.0.0:{{ .Values.diagnosticMode.debug.port }}

## @param diagnosticMode.debug config to override all debug information
##
debug:
Expand Down Expand Up @@ -187,13 +187,13 @@ initContainers: |
command:
- sh
- -c
- until ./bin/kafka-broker-api-versions.sh --bootstrap-server ${KAFKA_HOST}:${KAFKA_PORT};
- until ./bin/kafka-broker-api-versions.sh --bootstrap-server ${KAFKA_HOST}:${KAFKA_PORT};
do
echo --------------------;
echo Waiting for Kafka...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo Kafka ok!;
env:
- name: KAFKA_HOST
Expand All @@ -211,9 +211,9 @@ initContainers: |
do
echo --------------------;
echo Waiting for MySQL...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MySQL ok!;
env:
- name: DB_HOST
Expand Down Expand Up @@ -244,9 +244,9 @@ initContainers: |
do
echo --------------------;
echo Waiting for MongoDB...;
sleep 2;
sleep 2;
done;
echo ====================;
echo ====================;
echo MongoDB ok!;
env:
- name: DB_HOST
Expand Down
Loading

0 comments on commit 1640ae3

Please sign in to comment.