feat(otc) changed nginx-ingress service annotation from custom-eip to eip
This commit is contained in:
parent
74e97f0dcd
commit
5075deec67
1 changed files with 2 additions and 10 deletions
|
@ -8,16 +8,8 @@ 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.id: {{{ .Env.LOADBALANCER_ID }}}
|
||||||
kubernetes.io/elb.autocreate:
|
kubernetes.io/elb.ip: {{{ .Env.LOADBALANCER_IP }}}
|
||||||
'{
|
|
||||||
"type":"public",
|
|
||||||
"bandwidth_name":"cce-bandwidth-test",
|
|
||||||
"bandwidth_chargemode":"traffic",
|
|
||||||
"bandwidth_size":1000,
|
|
||||||
"bandwidth_sharetype":"PER",
|
|
||||||
"eip_type":"5_bgp"
|
|
||||||
}'
|
|
||||||
|
|
||||||
ingressClassResource:
|
ingressClassResource:
|
||||||
name: nginx
|
name: nginx
|
||||||
|
|
Loading…
Reference in a new issue