Non-high availability setup
StackState Self-hosted v4.5.x
This page describes StackState v4.5.x. The StackState 4.5 version range is End of Life (EOL) and no longer supported. We encourage customers still running the 4.5 version range to upgrade to a more recent release.
Overview
The recommended Kubernetes/OpenShift deployment of StackState is a production ready setup with many services running redundantly. If required, it is also possible to run StackState in a non-redundant setup, where each service has only a single replica.
The non-high availability setup is only suitable for situations that do not require high availability.
Create nonha_values.yaml
nonha_values.yaml
To deploy StackState in a non-high availability setup, you will need a nonha_values.yaml
file. Follow the instructions below to create this file and use it for deployment of StackState.
Create a Helm values file
nonha_values.yaml
with the following content and store it next to the generatedvalues.yaml
file:Continue with the instructions to deploy StackState with Helm:
Last updated