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
* feat: add configurable Kubernetes service DNS domain
Add support for custom Kubernetes service DNS domain suffix to enable
operator deployment in clusters using non-default DNS configurations.
The default value remains "cluster.local" ensuring backward compatibility.
Users can override via Helm:
--set redisOperator.serviceDNSDomain=custom.local
Signed-off-by: drivebyer <[email protected]>
* add docs
Signed-off-by: drivebyer <[email protected]>
* fix test
Signed-off-by: drivebyer <[email protected]>
---------
Signed-off-by: drivebyer <[email protected]>
| redisOperator.serviceDNSDomain | string |`"cluster.local"`| The DNS domain suffix used for Kubernetes service discovery. Default is "cluster.local". Change this if your cluster uses a custom DNS domain. |
0 commit comments