This chart deploys the CompreFace to a Kubernetes cluster.
The implementation of the Helm chart is right now the bare minimum to get it to work.
Use the HelmChart to deploy the CompreFace to a Device.
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: compreface
namespace: default
spec:
repo: https://teknoir.github.io/compreface-helm
chart: compreface
targetNamespace: default
valuesContent: |-
helm repo add teknoir-compreface https://teknoir.github.io/compreface-helm/
helm install compreface teknoir-compreface/compreface -f values.yaml