mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Prefix scheme/protocol to federation API server URL.
This commit is contained in:
parent
015bc3d60d
commit
7355b3f1ca
@ -18,7 +18,7 @@ spec:
|
|||||||
image: {{.FEDERATION_CONTROLLER_MANAGER_IMAGE_REPO}}:{{.FEDERATION_CONTROLLER_MANAGER_IMAGE_TAG}}
|
image: {{.FEDERATION_CONTROLLER_MANAGER_IMAGE_REPO}}:{{.FEDERATION_CONTROLLER_MANAGER_IMAGE_TAG}}
|
||||||
command:
|
command:
|
||||||
- /usr/local/bin/federation-controller-manager
|
- /usr/local/bin/federation-controller-manager
|
||||||
- --master={{.FEDERATION_APISERVER_DEPLOYMENT_NAME}}:443
|
- --master=https://{{.FEDERATION_APISERVER_DEPLOYMENT_NAME}}:443
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 443
|
- containerPort: 443
|
||||||
name: https
|
name: https
|
||||||
|
Loading…
Reference in New Issue
Block a user