Skip to content

Commit 75b420f

Browse files
committed
Merge pull request #235 from krancour/make-workflow-routable
feat(manifests): Make the workflow service routable
2 parents d7e3317 + e72db86 commit 75b420f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

manifests/deis-workflow-service.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ metadata:
44
name: deis-workflow
55
labels:
66
heritage: deis
7+
routable: "true"
8+
annotations:
9+
router.deis.io/domains: deis
710
spec:
811
ports:
912
- name: http
10-
port: 8000
13+
port: 80
1114
targetPort: 8000
1215
protocol: TCP
1316
selector:

0 commit comments

Comments
 (0)