Skip to content

Commit d733f4c

Browse files
author
Aaron Schlesinger
committed
fix(manifests/deis-builder-rc.yaml): add health server port and env var
1 parent 20c7317 commit d733f4c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

manifests/deis-builder-rc.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ spec:
2323
name: ssh
2424
- containerPort: 3000
2525
name: fetcher
26+
- containerPort: 8092
27+
name: healthServer
2628
env:
29+
- name: "HEALTH_SERVER_PORT"
30+
value: "8092"
2731
- name: "EXTERNAL_PORT"
2832
value: "2223"
2933
# This var needs to be passed so that the minio client (https://github.com/minio/mc) will work in Alpine linux

0 commit comments

Comments
 (0)