Skip to content

krateoplatformops/backend-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Backend Helm Chart

This is a Helm Chart for Krateo Backend.

Requirements

Krateo Backend needs etcd installed as a storage layer. The easiest way to install it is the following:

helm install etcd bitnami/etcd --version 10.2.2 \
--set auth.rbac.create=false
kubectl wait --for=condition=Ready=True pod -l app.kubernetes.io/name=etcd --timeout=300s

Note

Etcd and Backend must be installed in the same namespace.

How to install

helm repo add krateo https://charts.krateo.io
helm repo update krateo
helm install backend krateo/backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages