Skip to content

Conversation

@drivebyer
Copy link
Collaborator

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

Description

Fixes #1561

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • Tests have been added/modified and all tests pass.
  • Functionality/bugs have been confirmed to be unchanged or fixed.
  • I have performed a self-review of my own code.
  • Documentation has been updated or added where necessary.

Additional Context

  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]>
@drivebyer drivebyer added the enhancement New feature or request label Oct 30, 2025
Signed-off-by: drivebyer <[email protected]>
Signed-off-by: drivebyer <[email protected]>
@drivebyer drivebyer merged commit 66eaa2d into main Oct 30, 2025
29 of 30 checks passed
@drivebyer drivebyer deleted the domain branch October 30, 2025 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cluster domain is not configurable

2 participants