Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

cetic/helm-fadi

Repository files navigation

Helm Chart for FADI

CircleCI License version FOSSA Status

$${\color{red}This \space project \space is \space not \space maintained \space anymore.}$$

Introduction

This Helm chart installs fadi in a Kubernetes cluster. You can optionally enable/disable components of fadi.

Prerequisites

  • Kubernetes cluster 1.10+
  • Helm 3.0.0+
  • PV provisioner support in the underlying infrastructure.

Chart Details

See the fadi repository for documentation and userguide.

Installation

Add Helm repository

helm repo add cetic https://cetic.github.io/helm-charts
helm repo update

Install the chart

Install the fadi helm chart with a release name my-release:

helm install my-release cetic/fadi

Install from local clone

git clone https://github.com/cetic/helm-fadi.git fadi
cd fadi
helm repo add stable https://charts.helm.sh/stable
helm repo add incubator https://charts.helm.sh/incubator
helm repo add cetic https://cetic.github.io/helm-charts
helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
helm repo update
helm dep up
helm install fadi .

Uninstallation

To uninstall/delete the my-release deployment:

helm uninstall my-release

Deletion of the StatefulSet doesn't cascade to deleting associated PVCs. To delete them:

kubectl delete pvc -l release=my-release

Configuration

Each requirement is configured with the options provided by that Chart. Please consult the relevant charts for their configuration options.

Parameter Description Default
FADI tools
spark.enabled Enable Spark true
superset.enabled Enable Superset true
postgresql.enabled Enable PostgreSQL true
minio.enabled Enable Minio true
grafana.enabled Enable Grafana true
jupyterhub.enabled Enable JupyterHub true
nifi.enabled Enable Nifi true
openldap.enabled Enable Openldap true
phpldapadmin.enabled Enable PhpLDAPadmin true
kafka.enabled Enable Kafka false
cassandra.enabled Enable Cassandra false
filebeat.enabled Enable Filebeat false
logstash.enabled Enable Logstash false
elasticsearch.enabled Enable Elasticsearch false
kibana.enabled Enable Kibana false
nginx-ldapauth-proxy.enabled Enable nginx-ldapauth-proxy false
tsaas.enabled Enable Tsimulus-saas false
swaggerui.enabled Enable Swaggerui false
Node-red.enabled Enable Node-red see # false
adminer.enabled Enable Adminer true
mlflow.enabled Enable MLFlow false
seldon-core-operator.enabled Enable Seldon-core false
zabbix.enabled Enable Zabbix false
drupal.enabled Enable drupal false
airflow.enabled Enable airflow false
mongodb.enabled Enable mongodb false
rabbitmq.enabled Enable rabbitmq false
thingsboard.enabled Enable thingsboard false
influxdb.enabled Enable influxdb false
traefik.enabled Enable traefik true
cert-manager.enabled Enable cert-manager false

Contributing

Feel free to contribute by making a pull request.

Please read the official Contribution Guide from Helm for more information on how you can contribute to this Chart.

License

FOSSA Status