Skip to content

Commit

Permalink
Add st2workflowengine to kubernetes-1ppc/st2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
warrenvw committed Jun 28, 2018
1 parent 6de362e commit 16ba0e6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions runtime/kubernetes-1ppc/st2.yml
Expand Up @@ -289,6 +289,30 @@ spec:
- configMapRef: { name: rabbitmq }
- configMapRef: { name: postgres }

---
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: st2workflowengine
spec:
replicas: 1
template:
metadata:
labels:
app: st2workflowengine
spec:
containers:
- name: st2workflowengine
image: stackstorm/stackstorm:latest
imagePullPolicy: IfNotPresent
env:
- name: ST2_SERVICE
value: st2workflowengine
envFrom:
- configMapRef: { name: st2 }
- configMapRef: { name: rabbitmq }
- configMapRef: { name: postgres }

---
apiVersion: apps/v1beta1
kind: Deployment
Expand Down

0 comments on commit 16ba0e6

Please sign in to comment.