This is an automated email from the ASF dual-hosted git repository.
vorburger pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.
from beee2e5 Fixed: Checkstyle Violations
new 472f5b6 FINERACT-783 - Update README.md with instructions for
kubernetes - Setup fineractmysql configuration file - Setup fineract-server
configuration file closes https://issues.apache.org/jira/browse/FINERACT-783
new a9c2140 Setup configMap and startup and shutdown scripts
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 36 +++++++
kubernetes/fineract-server-deployment.yml | 79 ++++++++++++++
.../fineractmysql-configmap.yml | 27 +++--
kubernetes/fineractmysql-deployment.yml | 120 +++++++++++++++++++++
.../kubectl-shutdown.sh | 9 +-
kubernetes/kubectl-startup.sh | 42 ++++++++
.../secrets.yml | 13 ++-
7 files changed, 305 insertions(+), 21 deletions(-)
create mode 100644 kubernetes/fineract-server-deployment.yml
copy fineract-provider/src/main/dist/runfineract.sh =>
kubernetes/fineractmysql-configmap.yml (70%)
mode change 100755 => 100644
create mode 100644 kubernetes/fineractmysql-deployment.yml
copy fineract-provider/properties/oauth/application.properties =>
kubernetes/kubectl-shutdown.sh (80%)
create mode 100644 kubernetes/kubectl-startup.sh
copy fineract-provider/properties/oauth/application.properties =>
kubernetes/secrets.yml (82%)