Skip to content

Commit b6b09ab

Browse files
authored
Update DFX implementation for GA (#60)
* Update the cloudera-deploy CDF example definition to have the GA parameters by default Signed-off-by: Daniel Chaffelson <[email protected]>
1 parent 9c83679 commit b6b09ab

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

examples/cdf/definition.yml

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,26 @@
1717
# Commented values are shown with the defaults, uncomment and change to override
1818

1919
df:
20-
# nodes_min: 3
21-
# nodes_max: 5
20+
# min_k8s_nodes: 3
21+
# max_k8s_nodes: 5
2222
# public_loadbalancer: True
23-
# ip_ranges: []
23+
# loadbalancer_ip_ranges: []
24+
# kube_ip_ranges: []
25+
# cluster_subnets: []
26+
# loadbalancer_subnets: []
27+
# terminate_deployments: True # Whether to terminate Flow deployments before service teardown
28+
# teardown:
29+
# persist: False # Whether to keep backend database records for the service after teardown
2430

25-
datahub:
26-
definitions:
27-
- definition: "Flow Management Light Duty"
28-
suffix: nifi-dhub
29-
- definition: "Streams Messaging Light Duty"
30-
suffix: kafka-dhub
31-
- definition: "Streaming Analytics Light Duty"
32-
suffix: flink-dhub
31+
env:
32+
public_endpoint_access: yes
33+
tunnel: yes
34+
35+
#datahub:
36+
# definitions:
37+
# - definition: "Flow Management Light Duty"
38+
# suffix: nifi-dhub
39+
# - definition: "Streams Messaging Light Duty"
40+
# suffix: kafka-dhub
41+
# - definition: "Streaming Analytics Light Duty"
42+
# suffix: flink-dhub

0 commit comments

Comments
 (0)