stackstate
:values.yaml
values.yaml
file is required to deploy StackState with Helm. It contains your StackState license key, StackState Receiver API key and other important information.helm repo update
.generate_values.sh
script in the installation directory of the Helm chart will guide you through generating a values.yaml
file that can be used to deploy StackState. You can run the generate_values.sh
script in two ways:-n
to pass configuration on the command line, this is useful for scripting.-b
<STACKSTATE_BASE_URL>
. The external URL for StackState that users and agents will use to connect. For example https://stackstate.internal
. If you haven't decided on an Ingress configuration yet, use http://localhost:8080
. This can be updated later in the generated file.-u
-p
-l
-a
-d
admin
) to access StackState's UI. This can be omitted from the command line, the script will prompt for it.-k
-k
will both enable automatic Kubernetes support and set the cluster name. In interactive mode, you will first be asked if you want to automatically install the Kubernetes StackPack.values.yaml
file somewhere safe. You can reuse this file for upgrades, which will save time and (more importantly) will ensure that StackState continues to use the same API key. This is desirable as it means Agents and other data providers for StackState will not need to be updated.stackstate
namespace with the following command:stackstate
namespace with the following command:https://localhost:8080
. Log in with the username admin
and the default password provided in the values.yaml
file.