Skip to content

Commit 411bf9a

Browse files
committed
Add deprecation note in readme
1 parent b39576d commit 411bf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/pxc-db/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The chart can be customized using the following configurable parameters:
132132
| `haproxy.configuration` | User defined HAProxy options according to HAProxy configuration file syntax | `` |
133133
| `haproxy.priorityClassName` | HAProxy Pod priority Class defined by user | |
134134
| `haproxy.runtimeClassName` | Name of the Kubernetes Runtime Class for HAProxy Pods | |
135-
| ~~`haproxy.exposePrimary.enabled`~~ | **(Deprecated)** Enable or disable exposing `HAProxy` nodes with dedicated IP addresses | `true` |
135+
| ~~`haproxy.exposePrimary.enabled`~~ | **(Deprecated since 1.17.0)** Enable or disable exposing `HAProxy` nodes with dedicated IP addresses | `true` |
136136
| `haproxy.exposePrimary.type` | The Kubernetes Service Type used for exposure | `LoadBalancer` |
137137
| `haproxy.exposePrimary.externalTrafficPolicy` | Specifies whether Service for HAProxy primary should [route external traffic to cluster-wide or to node-local endpoints](https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip) (it can influence the load balancing effectiveness) | `""` |
138138
| `haproxy.exposePrimary.internalTrafficPolicy` | Specifies whether Service for HAProxy primary should [route internal traffic to cluster-wide or to node-local endpoints](https://kubernetes.io/docs/concepts/services-networking/service-traffic-policy/) (it can influence the load balancing effectiveness) | `""` |

0 commit comments

Comments
 (0)