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/opensearch-operator/crds/crds.yaml
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,10 @@ spec:
246
246
type: object
247
247
x-kubernetes-preserve-unknown-fields: true
248
248
type: object
249
+
discoveryServiceExposed:
250
+
description: Determines whether this role group is exposed in the discovery service.
251
+
nullable: true
252
+
type: boolean
249
253
gracefulShutdownTimeout:
250
254
description: |-
251
255
Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the
@@ -520,11 +524,19 @@ spec:
520
524
x-kubernetes-preserve-unknown-fields: true
521
525
roleConfig:
522
526
default:
527
+
discoveryServiceListenerClass: cluster-internal
523
528
podDisruptionBudget:
524
529
enabled: true
525
530
maxUnavailable: null
526
531
description: This is a product-agnostic RoleConfig, which is sufficient for most of the products.
527
532
properties:
533
+
discoveryServiceListenerClass:
534
+
default: cluster-internal
535
+
description: The [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) that is used for the discovery service.
0 commit comments