Skip to content

Commit df2bef3

Browse files
authored
[PHEE-679] Update env-template pipline to use ph-ee-g2p-sandbox-ci chart. (#286)
* PHEE-679 Update env-template pipline to use ph-ee-g2p-sandbox-ci chart. * Update env-template pipline to use ph-ee-g2p-sandbox-ci chart.
1 parent 819cd5b commit df2bef3

File tree

6 files changed

+28
-60
lines changed

6 files changed

+28
-60
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if [ -z "$JIRA_STORY" ]; then echo "Invalid PR title" && exit 1; else echo "Ticket NO: $JIRA_STORY" && JIRA_STORY_DIR=$(echo /jira-story-version); fi
7676
echo Charts will save in https://fynarfin.io/images$JIRA_STORY_DIR
7777
fi
78-
CHART_URL="https://fynarfin.io/images$JIRA_STORY_DIR/ph-ee-g2p-sandbox-ci-0.0.0$JIRA_STORY"
78+
CHART_URL="https://fynarfin.io/images$JIRA_STORY_DIR/ph-ee-g2psandbox-0.0.0$JIRA_STORY"
7979
if curl --output /dev/null --silent --head --fail "$CHART_URL"; then
8080
sed -i "11s@^ *repository:.*\$@ repository: $CHART_URL@" helm/ph-ee-g2p-sandbox-ci/Chart.yaml
8181
sed -i "12s@^ *version:.*\$@ version: 0.0.0$JIRA_STORY@" helm/ph-ee-g2p-sandbox-ci/Chart.yaml
@@ -512,4 +512,3 @@ workflows:
512512
# requires:
513513
# - install-helm-chart
514514

515-

helm/ph-ee-g2p-sandbox-ci/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ version: 0.0.0
77
appVersion: 0.0.0
88

99
dependencies:
10-
- name: ph-ee-g2psandbox
11-
repository: https://fynarfin.io/images/ph-ee-g2psandbox-0.0.0
12-
version: 0.0.0
10+
- name: ph-ee-g2psandbox
11+
repository: https://fynarfin.io/images/ph-ee-g2psandbox-0.0.0
12+
version: 0.0.0

helm/ph-ee-g2p-sandbox-ci/values_resource.yaml helm/ph-ee-g2p-sandbox-ci/values.yaml

+13-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ph-ee-g2psandbox:
33
LOGGING_LEVEL_ROOT: INFO
44
limits:
55
cpu: "400m"
6-
memory: "512M"
6+
memory: "384M"
77
requests:
88
cpu: "150m"
99
memory: "256M"
@@ -44,12 +44,13 @@ ph-ee-g2psandbox:
4444
readinessProbe:
4545
initialDelaySeconds: 180
4646
ph_ee_connector_ams_mifos:
47-
limits:
48-
memory: "384M"
49-
cpu: "150m"
50-
requests:
51-
memory: "256M"
52-
cpu: "100m"
47+
resources:
48+
limits:
49+
memory: "384M"
50+
cpu: "150m"
51+
requests:
52+
memory: "256M"
53+
cpu: "100m"
5354
ph_ee_connector_mojaloop:
5455
readinessProbe:
5556
initialDelaySeconds: 120
@@ -79,7 +80,7 @@ ph-ee-g2psandbox:
7980
cpu: "150m"
8081
mockpayment:
8182
limits:
82-
memory: "384M"
83+
memory: "512M"
8384
cpu: "250m"
8485
requests:
8586
memory: "256M"
@@ -107,8 +108,8 @@ ph-ee-g2psandbox:
107108
readinessProbe:
108109
initialDelaySeconds: 180
109110
limits:
110-
memory: "384M"
111-
cpu: "150m"
111+
memory: "448M"
112+
cpu: "250m"
112113
requests:
113114
memory: "256M"
114115
cpu: "100m"
@@ -129,10 +130,10 @@ ph-ee-g2psandbox:
129130
integration_test:
130131
limits:
131132
cpu: "800m"
132-
memory: "1.2Gi"
133+
memory: "1200M"
133134
requests:
134135
cpu: "250m"
135-
memory: "256Mi"
136+
memory: "256M"
136137
redis:
137138
master:
138139
resources:

helm/ph-ee-g2p-sandbox-ci/values_p1.yaml

+2-16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
ph-ee-g2psandbox:
22
ph-ee-engine:
3+
post_installation_job:
4+
enabled: true
35
importer_es:
46
enabled: false
57
ph_ee_connector_ams_mifos:
@@ -8,22 +10,6 @@ ph-ee-g2psandbox:
810
enabled: false
911
billPay:
1012
enabled: false
11-
connector_bulk:
12-
enabled: false
13-
ph-ee-connector:
14-
enabled: false
15-
ph_ee_connector_gsma:
16-
enabled: false
17-
ph_ee_connector_mojaloop:
18-
enabled: false
19-
vouchers:
20-
enabled: false
21-
importer_rdbms:
22-
enabled: false
23-
mockpayment:
24-
enabled: false
25-
post_installation_job:
26-
enabled: false
2713
kibana:
2814
enabled: false
2915
messagegateway:
+9-15
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
11
ph-ee-g2psandbox:
22
ph-ee-engine:
3-
importer_es:
3+
post_installation_job:
44
enabled: false
55
elasticsearch:
66
enabled: false
7-
volumeClaimTemplate:
8-
storageClassName: standard
9-
ph-ee-connector:
10-
enabled: false
11-
ph_ee_connector_gsma:
12-
enabled: false
13-
ph_ee_connector_mojaloop:
14-
enabled: false
15-
vouchers:
16-
enabled: false
17-
importer_rdbms:
18-
enabled: false
19-
mockpayment:
20-
enabled: false
217
kibana:
228
enabled: false
239
messagegateway:
@@ -26,3 +12,11 @@ ph-ee-g2psandbox:
2612
enabled: false
2713
operations_web:
2814
enabled: false
15+
importer_es:
16+
enabled: false
17+
ph_ee_connector_ams_mifos:
18+
enabled: true
19+
ams_local_interop_host: "https://fynams.sandbox.fynarfin.io/"
20+
ams_local_account_host: "https://fynams.sandbox.fynarfin.io/"
21+
ams_local_customer_host: "https://fynams.sandbox.fynarfin.io/"
22+
ams_local_auth_host: "https://fynams.sandbox.fynarfin.io/"

helm/ph-ee-g2p-sandbox-ci/values_p3.yaml

-12
This file was deleted.

0 commit comments

Comments
 (0)