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/superset-operator/crds/crds.yaml
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -234,10 +234,6 @@ spec:
234
234
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
235
235
nullable: true
236
236
type: string
237
-
listenerClass:
238
-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the webserver.
239
-
nullable: true
240
-
type: string
241
237
logging:
242
238
default:
243
239
containers: {}
@@ -393,11 +389,16 @@ spec:
393
389
x-kubernetes-preserve-unknown-fields: true
394
390
roleConfig:
395
391
default:
392
+
listenerClass: cluster-internal
396
393
podDisruptionBudget:
397
394
enabled: true
398
395
maxUnavailable: null
399
396
description: This is a product-agnostic RoleConfig, which is sufficient for most of the products.
400
397
properties:
398
+
listenerClass:
399
+
default: cluster-internal
400
+
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the webserver.
401
+
type: string
401
402
podDisruptionBudget:
402
403
default:
403
404
enabled: true
@@ -466,10 +467,6 @@ spec:
466
467
description: Time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Consult the operator documentation for details.
467
468
nullable: true
468
469
type: string
469
-
listenerClass:
470
-
description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the webserver.
Copy file name to clipboardExpand all lines: docs/modules/superset/pages/usage-guide/listenerclass.adoc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
4
4
Apache Superset offers a web UI and an API.
5
5
The operator deploys a xref:listener-operator:listener.adoc[Listener] for the Nodes pod.
6
-
The listener defaults to only being accessible from within the Kubernetes cluster, but this can be changed by setting `.spec.nodes.config.listenerClass`:
6
+
The listener defaults to only being accessible from within the Kubernetes cluster, but this can be changed by setting `.spec.nodes.roleConfig.listenerClass`:
7
7
8
8
[source,yaml]
9
9
----
10
10
spec:
11
11
nodes:
12
-
config:
12
+
roleConfig:
13
13
listenerClass: external-stable # <1>
14
14
----
15
-
<1> Specify one of `external-stable`, `external-unstable`, `cluster-internal` (the default setting is `cluster-internal`).
15
+
<1> Specify one of `external-stable`, `external-unstable`, `cluster-internal`at role-level (the default setting is `cluster-internal`).
/// This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the webserver.
0 commit comments