From 3ee8616fc5ad963b396b6634597c3ea5f0cc284b Mon Sep 17 00:00:00 2001 From: richardrobertreitz Date: Wed, 7 May 2025 14:17:10 +0000 Subject: [PATCH] Update cihe/otc.c-one-infra.de/stacks/core/ingress-nginx/values.yaml --- .../stacks/core/ingress-nginx/values.yaml | 39 +++++++------------ 1 file changed, 14 insertions(+), 25 deletions(-) diff --git a/cihe/otc.c-one-infra.de/stacks/core/ingress-nginx/values.yaml b/cihe/otc.c-one-infra.de/stacks/core/ingress-nginx/values.yaml index 3f07db8..2546eb1 100644 --- a/cihe/otc.c-one-infra.de/stacks/core/ingress-nginx/values.yaml +++ b/cihe/otc.c-one-infra.de/stacks/core/ingress-nginx/values.yaml @@ -4,6 +4,20 @@ controller: rollingUpdate: maxUnavailable: 1 + service: + annotations: + kubernetes.io/elb.class: union + kubernetes.io/elb.port: '80' + kubernetes.io/elb.autocreate: + '{ + "type":"public", + "bandwidth_name":"cce-bandwidth-test, + "bandwidth_chargemode":"traffic", + "bandwidth_size":1000, + "bandwidth_sharetype":"PER", + "eip_type":"5_bgp" + }' + ingressClassResource: name: nginx @@ -22,28 +36,3 @@ controller: additionalLabels: release: "ingress-nginx" enabled: true - - - hostPort: - enabled: true - terminationGracePeriodSeconds: 0 - service: - type: NodePort - - nodeSelector: - ingress-ready: "true" - tolerations: - - key: "node-role.kubernetes.io/master" - operator: "Equal" - effect: "NoSchedule" - - key: "node-role.kubernetes.io/control-plane" - operator: "Equal" - effect: "NoSchedule" - - publishService: - enabled: false - extraArgs: - publish-status-address: localhost - # added for idpbuilder - enable-ssl-passthrough: "" -