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: deploy/helm/zookeeper-operator/crds/crds.yaml
+5-15Lines changed: 5 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ spec:
28
28
clusterConfig:
29
29
default:
30
30
authentication: []
31
-
listenerClass: cluster-internal
32
31
tls:
33
32
quorumSecretClass: tls
34
33
serverSecretClass: tls
@@ -53,20 +52,6 @@ spec:
53
52
- authenticationClass
54
53
type: object
55
54
type: array
56
-
listenerClass:
57
-
default: cluster-internal
58
-
description: |-
59
-
This field controls which type of Service the Operator creates for this ZookeeperCluster:
60
-
61
-
* cluster-internal: Use a ClusterIP service
62
-
63
-
* external-unstable: Use a NodePort service
64
-
65
-
This is a temporary solution with the goal to keep yaml manifests forward compatible. In the future, this setting will control which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) will be used to expose the service, and ListenerClass names will stay the same, allowing for a non-breaking change.
66
-
enum:
67
-
- cluster-internal
68
-
- external-unstable
69
-
type: string
70
55
tls:
71
56
default:
72
57
quorumSecretClass: tls
@@ -444,11 +429,16 @@ spec:
444
429
x-kubernetes-preserve-unknown-fields: true
445
430
roleConfig:
446
431
default:
432
+
listenerClass: cluster-internal
447
433
podDisruptionBudget:
448
434
enabled: true
449
435
maxUnavailable: null
450
436
description: This is a product-agnostic RoleConfig, which is sufficient for most of the products.
451
437
properties:
438
+
listenerClass:
439
+
default: cluster-internal
440
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the ZooKeeper nodes.
0 commit comments