Skip to content

Helm chart for installing the Telemetry Reactor microservices on a cluster in different configurations.

License

Notifications You must be signed in to change notification settings

treactor/treactor-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telemetry Reactor Chart

Helm chat for installing the Telemetry Reactor.

Uses helm 3

Testing local

Create a values-local.yaml for testing.

treactorGo:
  image:
    # Override this if you want to deploy on your own repo
    repository: gcr.io/treactor/treactor-go
    # Pin to a specific version
    tag: "latest"
  # By default no resource limits are set, override
  resources:
    requests:
      memory: "64Mi"
      cpu: "250m"
    limits:
      memory: "64Mi"
      cpu: "1"

# Enough atoms to react split water.
maxNumber: 10 

helm upgrade main . --values values-local.yaml

Execute helm template by providing the local values file.

helm template --values values-local.yaml . > out.yaml

About

Helm chart for installing the Telemetry Reactor microservices on a cluster in different configurations.

Resources

License

Stars

Watchers

Forks