Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 862 Bytes

helm.md

File metadata and controls

26 lines (22 loc) · 862 Bytes

Helm Chart


Reference

  • namespace (string: default) - The default kubernetes namespace.
  • replicaCount (integer: 3) - Number of replicas for the Deployment / StatefulSet.
  • initializingShards: (integer: 1) - The minimum requirement available shards nodes.
  • serviceDiscovery: (string: k8s) - The service discovery mode: k8s / consul.
  • configuration: (string: k8s) - The configuration management: k8s (configmap) / consul.
  • affinity: (boolean: false) - It allows / doesn't allow to schedule Panoptes pods on the same node.

Deploy in panoptes namespace

  • Create panoptes namespace
kubectl create ns panoptes
namespace: panoptes
  • Helm install
helm install panoptes panoptes-stream -n panoptes