Skip to content

teknoir/compreface-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CompreFace Helm Chart

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.

Usage in Teknoir platform

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: |-
    

Adding the repository

helm repo add teknoir-compreface https://teknoir.github.io/compreface-helm/

Installing the chart

helm install compreface teknoir-compreface/compreface -f values.yaml