Skip to content

Commit 9e52e03

Browse files
authored
[PHEE-674] Create ph-ee-g2p-sandbox-ci chart (#281)
* PHEE-674 Create ph-ee-g2p-sandbox-ci chart * test
1 parent a6970bb commit 9e52e03

File tree

5 files changed

+5
-18
lines changed

5 files changed

+5
-18
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ workflows:
437437
- slack
438438
- host-g2-sandbox-security-fynarfin-chart:
439439
requires:
440-
- build
440+
- build-g2p-sandbox-ci-chart
441441
context:
442442
- AWS
443443
- Helm

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

-7
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,12 @@ ph-ee-g2psandbox:
2020
enabled: false
2121
importer_rdbms:
2222
enabled: false
23-
importer_es:
24-
enabled: false
2523
mockpayment:
2624
enabled: false
2725
post_installation_job:
2826
enabled: false
2927
kibana:
3028
enabled: false
31-
kafka:
32-
global:
33-
storageClass: standard
34-
provisioning:
35-
enabled: false
3629
messagegateway:
3730
enabled: false
3831
notifications:

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

-7
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,10 @@ ph-ee-g2psandbox:
1616
enabled: false
1717
importer_rdbms:
1818
enabled: false
19-
importer_es:
20-
enabled: false
2119
mockpayment:
2220
enabled: false
2321
kibana:
2422
enabled: false
25-
kafka:
26-
provisioning:
27-
enabled: false
28-
global:
29-
storageClass: standard
3023
messagegateway:
3124
enabled: false
3225
notifications:

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

-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@
1010
enabled: false
1111
operations_web:
1212
enabled: false
13-
kafka:
14-
provisioning:
15-
enabled: false

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

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ ph-ee-g2psandbox:
9090
size: "4Gi"
9191
readinessProbe:
9292
initialDelaySeconds: 5
93+
global:
94+
storageClass: standard
95+
provisioning:
96+
enabled: false
9397
importer_rdbms:
9498
readinessProbe:
9599
initialDelaySeconds: 180

0 commit comments

Comments
 (0)