feat(otc): Added LB IP ID
This commit is contained in:
parent
03f113f339
commit
cc107f4ff4
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ controller:
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/elb.class: union
|
kubernetes.io/elb.class: union
|
||||||
kubernetes.io/elb.port: '80'
|
kubernetes.io/elb.port: '80'
|
||||||
|
kubernetes.io/elb.custom-eip-id: {{{ .Env.LOADBALANCER_IP_ID }}}
|
||||||
kubernetes.io/elb.autocreate:
|
kubernetes.io/elb.autocreate:
|
||||||
'{
|
'{
|
||||||
"type":"public",
|
"type":"public",
|
||||||
|
|
Loading…
Reference in a new issue