Skip to content

Commit ce38a19

Browse files
committed
add container port to apiserver in deployment.json
1 parent 07755ab commit ce38a19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)