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/hive-operator/crds/crds.yaml
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -316,10 +316,6 @@ spec:
316
316
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
317
317
nullable: true
318
318
type: string
319
-
listenerClass:
320
-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the webserver.
321
-
nullable: true
322
-
type: string
323
319
logging:
324
320
default:
325
321
containers: {}
@@ -541,11 +537,16 @@ spec:
541
537
x-kubernetes-preserve-unknown-fields: true
542
538
roleConfig:
543
539
default:
540
+
listenerClass: cluster-internal
544
541
podDisruptionBudget:
545
542
enabled: true
546
543
maxUnavailable: null
547
544
description: This is a product-agnostic RoleConfig, which is sufficient for most of the products.
548
545
properties:
546
+
listenerClass:
547
+
default: cluster-internal
548
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the coordinator.
549
+
type: string
549
550
podDisruptionBudget:
550
551
default:
551
552
enabled: true
@@ -614,10 +615,6 @@ spec:
614
615
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
615
616
nullable: true
616
617
type: string
617
-
listenerClass:
618
-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the webserver.
0 commit comments