|
70 | 70 | description: The time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Read more about graceful shutdown in the [graceful shutdown documentation](https://docs.stackable.tech/home/nightly/druid/usage-guide/operations/graceful-shutdown). |
71 | 71 | nullable: true |
72 | 72 | type: string |
| 73 | + listenerClass: |
| 74 | + description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the brokers. |
| 75 | + nullable: true |
| 76 | + type: string |
73 | 77 | logging: |
74 | 78 | default: |
75 | 79 | containers: {} |
@@ -318,6 +322,10 @@ spec: |
318 | 322 | description: The time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Read more about graceful shutdown in the [graceful shutdown documentation](https://docs.stackable.tech/home/nightly/druid/usage-guide/operations/graceful-shutdown). |
319 | 323 | nullable: true |
320 | 324 | type: string |
| 325 | + listenerClass: |
| 326 | + description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the brokers. |
| 327 | + nullable: true |
| 328 | + type: string |
321 | 329 | logging: |
322 | 330 | default: |
323 | 331 | containers: {} |
@@ -879,19 +887,6 @@ spec: |
879 | 887 | type: string |
880 | 888 | type: object |
881 | 889 | type: object |
882 | | - listenerClass: |
883 | | - default: cluster-internal |
884 | | - description: |- |
885 | | - This field controls which type of Service the Operator creates for this DruidCluster: |
886 | | -
|
887 | | - * `cluster-internal`: Use a ClusterIP service * `external-unstable`: Use a NodePort service * `external-stable`: Use a LoadBalancer service |
888 | | -
|
889 | | - 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. |
890 | | - enum: |
891 | | - - cluster-internal |
892 | | - - external-unstable |
893 | | - - external-stable |
894 | | - type: string |
895 | 890 | metadataStorageDatabase: |
896 | 891 | description: Druid requires an SQL database to store metadata into. Specify connection information here. |
897 | 892 | properties: |
@@ -1007,6 +1002,10 @@ spec: |
1007 | 1002 | description: The time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Read more about graceful shutdown in the [graceful shutdown documentation](https://docs.stackable.tech/home/nightly/druid/usage-guide/operations/graceful-shutdown). |
1008 | 1003 | nullable: true |
1009 | 1004 | type: string |
| 1005 | + listenerClass: |
| 1006 | + description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the coordinators. |
| 1007 | + nullable: true |
| 1008 | + type: string |
1010 | 1009 | logging: |
1011 | 1010 | default: |
1012 | 1011 | containers: {} |
@@ -1255,6 +1254,10 @@ spec: |
1255 | 1254 | description: The time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Read more about graceful shutdown in the [graceful shutdown documentation](https://docs.stackable.tech/home/nightly/druid/usage-guide/operations/graceful-shutdown). |
1256 | 1255 | nullable: true |
1257 | 1256 | type: string |
| 1257 | + listenerClass: |
| 1258 | + description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the coordinators. |
| 1259 | + nullable: true |
| 1260 | + type: string |
1258 | 1261 | logging: |
1259 | 1262 | default: |
1260 | 1263 | containers: {} |
@@ -1483,6 +1486,10 @@ spec: |
1483 | 1486 | description: The time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Read more about graceful shutdown in the [graceful shutdown documentation](https://docs.stackable.tech/home/nightly/druid/usage-guide/operations/graceful-shutdown). |
1484 | 1487 | nullable: true |
1485 | 1488 | type: string |
| 1489 | + listenerClass: |
| 1490 | + description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the historicals. |
| 1491 | + nullable: true |
| 1492 | + type: string |
1486 | 1493 | logging: |
1487 | 1494 | default: |
1488 | 1495 | containers: {} |
@@ -1762,6 +1769,10 @@ spec: |
1762 | 1769 | description: The time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Read more about graceful shutdown in the [graceful shutdown documentation](https://docs.stackable.tech/home/nightly/druid/usage-guide/operations/graceful-shutdown). |
1763 | 1770 | nullable: true |
1764 | 1771 | type: string |
| 1772 | + listenerClass: |
| 1773 | + description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the historicals. |
| 1774 | + nullable: true |
| 1775 | + type: string |
1765 | 1776 | logging: |
1766 | 1777 | default: |
1767 | 1778 | containers: {} |
@@ -2069,6 +2080,10 @@ spec: |
2069 | 2080 | description: The time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Read more about graceful shutdown in the [graceful shutdown documentation](https://docs.stackable.tech/home/nightly/druid/usage-guide/operations/graceful-shutdown). |
2070 | 2081 | nullable: true |
2071 | 2082 | type: string |
| 2083 | + listenerClass: |
| 2084 | + description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the middle managers. |
| 2085 | + nullable: true |
| 2086 | + type: string |
2072 | 2087 | logging: |
2073 | 2088 | default: |
2074 | 2089 | containers: {} |
@@ -2317,6 +2332,10 @@ spec: |
2317 | 2332 | description: The time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Read more about graceful shutdown in the [graceful shutdown documentation](https://docs.stackable.tech/home/nightly/druid/usage-guide/operations/graceful-shutdown). |
2318 | 2333 | nullable: true |
2319 | 2334 | type: string |
| 2335 | + listenerClass: |
| 2336 | + description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the middle managers. |
| 2337 | + nullable: true |
| 2338 | + type: string |
2320 | 2339 | logging: |
2321 | 2340 | default: |
2322 | 2341 | containers: {} |
@@ -2545,6 +2564,10 @@ spec: |
2545 | 2564 | description: The time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Read more about graceful shutdown in the [graceful shutdown documentation](https://docs.stackable.tech/home/nightly/druid/usage-guide/operations/graceful-shutdown). |
2546 | 2565 | nullable: true |
2547 | 2566 | type: string |
| 2567 | + listenerClass: |
| 2568 | + description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the routers. |
| 2569 | + nullable: true |
| 2570 | + type: string |
2548 | 2571 | logging: |
2549 | 2572 | default: |
2550 | 2573 | containers: {} |
@@ -2793,6 +2816,10 @@ spec: |
2793 | 2816 | description: The time period Pods have to gracefully shut down, e.g. `30m`, `1h` or `2d`. Read more about graceful shutdown in the [graceful shutdown documentation](https://docs.stackable.tech/home/nightly/druid/usage-guide/operations/graceful-shutdown). |
2794 | 2817 | nullable: true |
2795 | 2818 | type: string |
| 2819 | + listenerClass: |
| 2820 | + description: This field controls which [ListenerClass](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass.html) is used to expose the routers. |
| 2821 | + nullable: true |
| 2822 | + type: string |
2796 | 2823 | logging: |
2797 | 2824 | default: |
2798 | 2825 | containers: {} |
|
0 commit comments