feat(otc) changed nginx-ingress service annotation from custom-eip to eip

This commit is contained in:
Richard Robert Reitz 2025-05-09 13:51:51 +02:00
parent 74e97f0dcd
commit 5075deec67

View file

@ -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