Skip to content

Commit

Permalink
Release g2p-sadnbox-fineract-chart for govstack deployment (#41)
Browse files Browse the repository at this point in the history
* test deployment with circelci

* test deployment with circelci

* add kubernetes command

* tets CircleCI

* g2p-sandbox fineract chart for govstack

---------

Co-authored-by: Somanath Hugar <[email protected]>
  • Loading branch information
somanath21 and Somanath Hugar authored Oct 5, 2023
1 parent ea4fb94 commit 81ac329
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
cluster-name:
description: "sit"
type: string
environment:
TERM: dumb
steps:
- checkout
- kubernetes/install-kubectl
Expand Down
4 changes: 2 additions & 2 deletions helm/g2p-Sandbox/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ name: g2p-sandbox
version: 1.0.0-SNAPSHOT
dependencies:
- name: fin-engine
version: 1.0.0-SNAPSHOT
repository: "https://fynarfin.io/images/fineract"
version: 1.2.0-SNAPSHOT
repository: "https://fynarfin.io/images/fin-engine-1.2.0-SNAPSHOT"
10 changes: 5 additions & 5 deletions helm/g2p-Sandbox/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fin-engine:
fineract:
DFSPIDS: "rhino,gorilla"
image: "419830066942.dkr.ecr.ap-south-1.amazonaws.com/fineract:mysqllatest"
image: "docker.io/openmf/apache-fineract:v1.8.2"
spec:
template:
spec:
Expand All @@ -11,13 +11,12 @@ fin-engine:
FINERACT_DEFAULT_TENANTDB_NAME: "rhino"
preStopScript: 'mysql -h fineract-mysql -u root -p4ET6ywqlGt fineract_tenants -e "INSERT IGNORE INTO tenant_server_connections (id, schema_server, schema_name, schema_server_port, schema_username, schema_password, auto_update, pool_initial_size, pool_validation_interval, pool_remove_abandoned, pool_remove_abandoned_timeout, pool_log_abandoned, pool_abandon_when_percentage_full, pool_test_on_borrow, pool_max_active, pool_min_idle, pool_max_idle, pool_suspect_timeout, pool_time_between_eviction_runs_millis, pool_min_evictable_idle_time_millis, schema_connection_parameters, readonly_schema_server, readonly_schema_name, readonly_schema_server_port, readonly_schema_username, readonly_schema_password, readonly_schema_connection_parameters) VALUES (2, \"fineract-mysql\", \"gorilla\", 3306, \"mifos\", \"password\", 1, 5, 30000, 1, 60, 1, 50, 1, 40, 20, 10, 60, 34000, 60000, \"serverTimezone=UTC&useLegacyDatetimeCode=false&sessionVariables=time_zone=\\\"-00:00\\\"\", NULL, NULL, NULL, NULL, NULL, NULL)" && mysql -h fineract-mysql -u root -p4ET6ywqlGt fineract_tenants -e "INSERT IGNORE INTO tenants (id, identifier, name, timezone_id, country_id, joined_date, created_date, lastmodified_date, oltp_id, report_id) VALUES (2, \"gorilla\", \"test2\", \"Asia/Kolkata\", NULL, NULL, NULL, NULL, 2, 2)";'
ingress:
enabled: true
enabled: false
hostname: "fynams.mifos.g2pconnect.io"
wildcardhostname: "*.mifos.g2pconnect.io"
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"

nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
resources:
limits:
cpu: "1000m"
Expand All @@ -28,8 +27,9 @@ fin-engine:

communityapp:
enabled: true
image: "docker.io/openmf/community-app:latest"
ingress:
enabled: true
enabled: false
hostname: "communityapp.mifos.g2pconnect.io"
wildcardhostname: "communityapp.mifos.g2pconnect.io"

Expand Down

0 comments on commit 81ac329

Please sign in to comment.