File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,18 @@ distributes the computing load between many pods and relies on K8s failover/resc
121121instead of running everything on a single instance of st2sensorcontainer. The sensor(s) must be
122122deployed as part of the custom packs image.
123123
124+ As an example, override the default Helm values as follows:
125+
126+ ```
127+ st2:
128+ packs:
129+ sensors:
130+ - name: github
131+ ref: githubwebhook.GitHubWebhookSensor
132+ - name: circleci
133+ ref: circle_ci.CircleCIWebhookSensor
134+ ```
135+
124136### [ st2actionrunner] ( https://docs.stackstorm.com/reference/ha.html#st2actionrunner )
125137Stackstorm workers that actually execute actions.
126138` 5 ` replicas for K8s Deployment are configured by default to increase StackStorm ability to execute actions without excessive queuing.
You can’t perform that action at this time.
0 commit comments