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/trino-operator/crds/crds.yaml
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -190,10 +190,6 @@ spec:
190
190
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
191
191
nullable: true
192
192
type: string
193
-
listenerClass:
194
-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the coordinator.
195
-
nullable: true
196
-
type: string
197
193
logging:
198
194
default:
199
195
containers: {}
@@ -423,11 +419,15 @@ spec:
423
419
x-kubernetes-preserve-unknown-fields: true
424
420
roleConfig:
425
421
default:
422
+
listenerClass: cluster-internal
426
423
podDisruptionBudget:
427
424
enabled: true
428
425
maxUnavailable: null
429
426
description: This is a product-agnostic RoleConfig, which is sufficient for most of the products.
430
427
properties:
428
+
listenerClass:
429
+
default: cluster-internal
430
+
type: string
431
431
podDisruptionBudget:
432
432
default:
433
433
enabled: true
@@ -496,10 +496,6 @@ spec:
496
496
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
497
497
nullable: true
498
498
type: string
499
-
listenerClass:
500
-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the coordinator.
0 commit comments