From 5075deec679460eb07d0c2ca9a47f3aa5f1688f9 Mon Sep 17 00:00:00 2001 From: Richard Robert Reitz Date: Fri, 9 May 2025 13:51:51 +0200 Subject: [PATCH] feat(otc) changed nginx-ingress service annotation from custom-eip to eip --- template/stacks/otc/ingress-nginx/values.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/template/stacks/otc/ingress-nginx/values.yaml b/template/stacks/otc/ingress-nginx/values.yaml index ce0a17b..d5dbaf6 100644 --- a/template/stacks/otc/ingress-nginx/values.yaml +++ b/template/stacks/otc/ingress-nginx/values.yaml @@ -8,16 +8,8 @@ controller: annotations: kubernetes.io/elb.class: union kubernetes.io/elb.port: '80' - kubernetes.io/elb.custom-eip-id: {{{ .Env.LOADBALANCER_IP_ID }}} - kubernetes.io/elb.autocreate: - '{ - "type":"public", - "bandwidth_name":"cce-bandwidth-test", - "bandwidth_chargemode":"traffic", - "bandwidth_size":1000, - "bandwidth_sharetype":"PER", - "eip_type":"5_bgp" - }' + kubernetes.io/elb.id: {{{ .Env.LOADBALANCER_ID }}} + kubernetes.io/elb.ip: {{{ .Env.LOADBALANCER_IP }}} ingressClassResource: name: nginx