cgf-helm

February 16, 2025 ยท View on GitHub

Artifact Hub

cgf-helm

Helm chart for deploying SigScale CGF on Kubernetes

Deploy a SigScale CGF StatefulSet

helm install cgf-1 sigscale-cgf

List Helm releases

helm list

Remove a SigScale CGF StatefulSet

helm uninstall cgf-1

Deploy with localization overides in sys.config

helm install \
		--set cgfConfig.create=true \
		--set-file cgfConfig.sysConfig=sys.config \
		cgf-1 sigscale-cgf

Contents

  1. 1Deploy a SigScale CGF StatefulSet
  2. 2List Helm releases
  3. 3Remove a SigScale CGF StatefulSet
  4. 4Deploy with localization overides in sys.config