You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/pxc-db/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ The chart can be customized using the following configurable parameters:
132
132
|`haproxy.configuration`| User defined HAProxy options according to HAProxy configuration file syntax | `` |
133
133
|`haproxy.priorityClassName`| HAProxy Pod priority Class defined by user ||
134
134
|`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`|
136
136
|`haproxy.exposePrimary.type`| The Kubernetes Service Type used for exposure |`LoadBalancer`|
137
137
|`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) |`""`|
138
138
|`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