Non-high availability setup
StackState Self-hosted
Overview
Create nonha_values.yaml
nonha_values.yaml# This files defines additional Helm values to run StackState on a
# non-high availability production setup. Use this file in combination
# with a regular values.yaml file that contains your API key, etc.
elasticsearch:
minimumMasterNodes: 1
replicas: 1
hbase:
hbase:
master:
replicaCount: 1
regionserver:
replicaCount: 1
hdfs:
datanode:
replicaCount: 1
secondarynamenode:
enabled: false
tephra:
replicaCount: 1
kafka:
replicaCount: 1
defaultReplicationFactor: 1
offsetsTopicReplicationFactor: 1
transactionStateLogReplicationFactor: 1
stackstate:
components:
ui:
replicaCount: 1
victoria-metrics-1:
enabled: false
zookeeper:
replicaCount: 1
clickhouse:
replicaCount: 1Last updated