Commit 7355b3f1 authored by Madhusudan.C.S's avatar Madhusudan.C.S

Prefix scheme/protocol to federation API server URL.

parent 015bc3d6
...@@ -18,7 +18,7 @@ spec: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment