Skip to content

Commit ebf820e

Browse files
committed
Add a simplified example
1 parent 51609c4 commit ebf820e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,18 @@ distributes the computing load between many pods and relies on K8s failover/resc
121121
instead of running everything on a single instance of st2sensorcontainer. The sensor(s) must be
122122
deployed 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)
125137
Stackstorm 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.

0 commit comments

Comments
 (0)