Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prodyna/aforms2web

Dockerfile and Helm chart for Formserver
https://github.com/prodyna/aforms2web

docker kubernetes

Last synced: about 1 month ago
JSON representation

Dockerfile and Helm chart for Formserver

Awesome Lists containing this project

README

        

# aforms2web

This project

* create a Docker image of the Formserver
* has a Helm chart for deploying the Formserver to Kubernetes

## Contents

* Overlay files for Docker
* Dockerfile for building docker images
* Formserver
* Helm chart for formserver
* Helm configurations for deploying
* Postgres
* Formserver
* deployment Script that deploys everything

## Features

* Exploded WAR File
* Persistent volume for AFS data
* Init container to preload AFS data directory
* Currently using a dedicated Docker image
* Directly load from a git Repository
* Health checks
* Autoscaling
* Multiple replicas using shared volume of type ReadWriteMany
* Database resources can be configured via Helm
* Postgres JDBC driver included in image, other can be added easily
* The context /formservef can be renamed to anything else
* Logging can be configured

## TODO

* Multiple databases
* Libs
* Configuration samples