From 57b765ae18e3475454ef84a22b7588b44791a5c7 Mon Sep 17 00:00:00 2001 From: Natalia Marukovich Date: Fri, 7 Mar 2025 13:20:56 +0100 Subject: [PATCH] [K8SPS-382 remove loadBalancerIP --- charts/ps-db/README.md | 4 ---- charts/ps-db/values.yaml | 4 ---- charts/ps-operator/crds/crd.yaml | 8 -------- 3 files changed, 16 deletions(-) diff --git a/charts/ps-db/README.md b/charts/ps-db/README.md index 465ac2ae..7c11c0a7 100644 --- a/charts/ps-db/README.md +++ b/charts/ps-db/README.md @@ -76,7 +76,6 @@ The chart can be customized using the following configurable parameters: | `mysql.expose.externalTrafficPolicy` | Network service externalTrafficPolicy | `` | | `mysql.expose.internalTrafficPolicy` | Network service internalTrafficPolicy | `` | | `mysql.expose.labels` | Network service labels | `{}` | -| `mysql.expose.loadBalancerIP` | The static IP-address for the load balancer | `""` | | `mysql.expose.loadBalancerSourceRanges` | The range of client IP addresses from which the load balancer should be reachable | `[]` | | `mysql.volumeSpec` | MySQL Pods storage resources | `{}` | | `mysql.volumeSpec.pvc` | MySQL Pods PVC request parameters | | @@ -123,7 +122,6 @@ The chart can be customized using the following configurable parameters: | `proxy.haproxy.expose.externalTrafficPolicy` | Network service externalTrafficPolicy | `` | | `proxy.haproxy.expose.internalTrafficPolicy` | Network service internalTrafficPolicy | `` | | `proxy.haproxy.expose.labels` | Network service labels | `{}` | -| `proxy.haproxy.expose.loadBalancerIP` | The static IP-address for the load balancer | `""` | | `proxy.haproxy.expose.loadBalancerSourceRanges` | The range of client IP addresses from which the load balancer should be reachable | `[]` | || | `proxy.router.enabled` | Enable/Disable Router pods in group replication | `false` | @@ -154,7 +152,6 @@ The chart can be customized using the following configurable parameters: | `proxy.router.expose.externalTrafficPolicy` | Network service externalTrafficPolicy | `` | | `proxy.router.expose.internalTrafficPolicy` | Network service internalTrafficPolicy | `` | | `proxy.router.expose.labels` | Network service labels | `{}` | -| `proxy.router.expose.loadBalancerIP` | The static IP-address for the load balancer | `""` | | `proxy.router.expose.loadBalancerSourceRanges` | The range of client IP addresses from which the load balancer should be reachable | `[]` | || | `orchestrator.enabled` | Enable/Disable orchestrator pods in async replication | `true` | @@ -189,7 +186,6 @@ The chart can be customized using the following configurable parameters: | `orchestrator.expose.externalTrafficPolicy` | Network service externalTrafficPolicy | `` | | `orchestrator.expose.internalTrafficPolicy` | Network service internalTrafficPolicy | `` | | `orchestrator.expose.labels` | Network service labels | `{}` | -| `orchestrator.expose.loadBalancerIP` | The static IP-address for the load balancer | `""` | | `orchestrator.expose.loadBalancerSourceRanges` | The range of client IP addresses from which the load balancer should be reachable | `[]` | || | `pmm.image.repository` | PMM Container image repository | `percona/pmm-client` | diff --git a/charts/ps-db/values.yaml b/charts/ps-db/values.yaml index f44c0631..323fe6a6 100644 --- a/charts/ps-db/values.yaml +++ b/charts/ps-db/values.yaml @@ -110,7 +110,6 @@ mysql: # internalTrafficPolicy: Cluster # labels: # rack: rack-22 - # loadBalancerIP: 127.0.0.1 # loadBalancerSourceRanges: # - 10.0.0.0/8 @@ -298,7 +297,6 @@ proxy: # internalTrafficPolicy: Cluster # labels: # rack: rack-22 - # loadBalancerIP: 127.0.0.1 # loadBalancerSourceRanges: # - 10.0.0.0/8 @@ -378,7 +376,6 @@ proxy: # internalTrafficPolicy: Cluster # labels: # rack: rack-22 - # loadBalancerIP: 127.0.0.1 # loadBalancerSourceRanges: # - 10.0.0.0/8 @@ -450,7 +447,6 @@ orchestrator: # internalTrafficPolicy: Cluster # labels: # rack: rack-22 - # loadBalancerIP: 127.0.0.1 # loadBalancerSourceRanges: # - 10.0.0.0/8 diff --git a/charts/ps-operator/crds/crd.yaml b/charts/ps-operator/crds/crd.yaml index 73371054..3b16694a 100644 --- a/charts/ps-operator/crds/crd.yaml +++ b/charts/ps-operator/crds/crd.yaml @@ -4878,8 +4878,6 @@ spec: additionalProperties: type: string type: object - loadBalancerIP: - type: string loadBalancerSourceRanges: items: type: string @@ -7653,8 +7651,6 @@ spec: additionalProperties: type: string type: object - loadBalancerIP: - type: string loadBalancerSourceRanges: items: type: string @@ -8995,8 +8991,6 @@ spec: additionalProperties: type: string type: object - loadBalancerIP: - type: string loadBalancerSourceRanges: items: type: string @@ -10211,8 +10205,6 @@ spec: additionalProperties: type: string type: object - loadBalancerIP: - type: string loadBalancerSourceRanges: items: type: string