when disabled, don't create the API server's insecure port mapping

This commit is contained in:
Jake Sanders
2019-05-08 09:21:09 -07:00
parent 22b6c69983
commit 2576713a40
3 changed files with 13 additions and 6 deletions

View File

@@ -53,13 +53,11 @@
"timeoutSeconds": 15
},
"ports":[
{{insecure_port_mapping}}
{ "name": "https",
"containerPort": {{secure_port}},
"hostPort": {{secure_port}}},{
"name": "local",
"containerPort": 8080,
"hostPort": 8080}
],
"containerPort": {{secure_port}},
"hostPort": {{secure_port}}}
],
"volumeMounts": [
{{kms_socket_mount}}
{{encryption_provider_mount}}