- 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.
- Create panoptes namespace
kubectl create ns panoptes
- Change the namespace to panoptes at template/values.yaml
namespace: panoptes
- Helm install
helm install panoptes panoptes-stream -n panoptes