We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107b6d1 commit e9700e6Copy full SHA for e9700e6
1 file changed
stacks/nifi-kafka-druid-superset-s3/nifi.yaml
@@ -21,7 +21,7 @@ spec:
21
min: "500m"
22
max: "4"
23
memory:
24
- limit: '6Gi'
+ limit: "6Gi"
25
storage:
26
contentRepo:
27
capacity: "10Gi"
@@ -33,6 +33,10 @@ spec:
33
capacity: "4Gi"
34
stateRepo:
35
capacity: "1Gi"
36
+ configOverrides:
37
+ nifi.properties:
38
+ nifi.web.https.sni.required: "false"
39
+ nifi.web.https.sni.host.check: "false"
40
roleGroups:
41
default:
42
replicas: 1
0 commit comments