ingress
section in its values. By default ingress is disabled.ingress_values.yaml
with contents like below, however replace MY_DOMAIN with your own domain (that is linked with your ingress controller) and set the correct name for the tls-secret
. Consult the documentation of your ingress controller and ensure the correct annotations are set. All of the fields below are optional, for example if no TLS is going to be used that section can be omitted.proxy-body-size
to 50m
(larger than any expected request). By default Nginx allows only body sizes of maximum 1m
. StackState agents and other data providers can sometimes send much larger requests. Therefore regardless if you're using Nginx or another ingress controller you want make sure that the allowed body size is large enough.ingress_values.yaml
file when running the helm command to deploy StackState: