Skip to content

Latest commit

 

History

History
92 lines (59 loc) · 1.7 KB

README.md

File metadata and controls

92 lines (59 loc) · 1.7 KB

fylr-helm

A Helm chart for the fylr application

Default deployment

see charts/fylr/

Deploy execserver separately

... if you do not want to deploy it as part of the fylr helm chart, e.g. to have a pool of execservers that work for many flyr instances:

see charts/execserver


Contact us

For Issues and questions please write to support@programmfabrik.de


Development and Testing

Requirements

Setup

  • Install the requirements
  • Install the dependencies with make dep-install
  • Install a local Kubernetes cluster
  • Install an Ingress Controller, e.g. nginx-ingress

Linting

Lint execserver

make lint-execserver

Lint fylr

make lint-fylr

Testing

Test execserver

make test-execserver

Test fylr

make test-fylr

Install

Install execserver

make install-execserver

Install fylr

make install-fylr

Uninstall

Uninstall execserver

make uninstall-execserver

Uninstall fylr

make uninstall-fylr