Skip to content

Commit e72db86

Browse files
author
Kent Rancourt
committed
feat(manifests): Make the workflow service routable
1 parent e639e2a commit e72db86

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)