mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 17:38:50 +00:00
when disabled, don't create the API server's insecure port mapping
This commit is contained in:
@@ -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}}
|
||||
|
Reference in New Issue
Block a user