Skip to content

Commit 5efad10

Browse files
Merge pull request #74 from abrightwell/master
update deps and add container port to apiserver
2 parents d945e17 + 5d66d6f commit 5efad10

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Godeps/Godeps.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/deployment.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"name": "apiserver",
1818
"image": "crunchydata/apiserver:$CO_IMAGE_TAG",
1919
"imagePullPolicy": "IfNotPresent",
20+
"ports":[{
21+
"containerPort": 8080
22+
}],
2023
"env": [{
2124
"name": "DEBUG",
2225
"value": "true"

0 commit comments

Comments
 (0)