Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 572: Enable external option to client service #576

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Display external option in ClientService for clients
Signed-off-by: idolaman <idolav9@gmail.com>
  • Loading branch information
idol9 authored and idolaman committed Nov 21, 2023
commit 80f30b100de5e6426813db7984a8d25137cab9a6
1 change: 1 addition & 0 deletions charts/zookeeper/README.md
Original file line number Diff line number Diff line change
@@ -86,6 +86,7 @@ The following table lists the configurable parameters of the zookeeper chart and
| `pod.imagePullSecrets` | ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images. | `[]` |
| `clientService` | Defines the policy to create client Service for the zookeeper cluster. | {} |
| `clientService.annotations` | Specifies the annotations to attach to client Service the operator creates. | {} |
| `clientService.external` | Specifies if LoadBalancer should be created for the Client. True means LoadBalancer will be created, false - only ClusterIP will be used. | false |
| `headlessService` | Defines the policy to create headless Service for the zookeeper cluster. | {} |
| `headlessService.annotations` | Specifies the annotations to attach to headless Service the operator creates. | {} |
| `adminServerService` | Defines the policy to create AdminServer Service for the zookeeper cluster. | {} |
1 change: 1 addition & 0 deletions charts/zookeeper/values.yaml
Original file line number Diff line number Diff line change
@@ -52,6 +52,7 @@ adminServerService: {}

clientService: {}
# annotations: {}
# external: false

headlessService: {}
# annotations: {}