feature: helm chart configurations to deploy beelzebub on kubernetes (#63)

* Initial helm chart configuration

* configure config map with beelzebub configuration

* edit README.md add helm docs

* configured config maps

*parametric configmaps using values.yaml

* addd services confgiuration by chart values

* update readme.md
This commit is contained in:
Mario Candela
2023-09-21 23:19:56 +02:00
committed by GitHub
parent 2e4f383bc0
commit ffd64b63e3
14 changed files with 468 additions and 1 deletions

View File

@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: "beelzebub-configuration"
labels:
{{- include "beelzebub-chart.labels" . | nindent 4 }}
data:
beelzebub.yaml:
{{- toYaml .Values.beelzebubCoreConfigs | nindent 12 }}