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 983b04b commit 480fd9fCopy full SHA for 480fd9f
2 files changed
docs/modules/nifi/examples/getting_started/getting_started.sh
@@ -94,6 +94,11 @@ spec:
94
roleGroups:
95
default:
96
replicas: 1
97
+ # When NiFi is exposed through a NodePort Service it's SNI check has to be disabled
98
+ configOverrides:
99
+ nifi.properties:
100
+ nifi.web.https.sni.required: "false"
101
+ nifi.web.https.sni.host.check: "false"
102
EOF
103
# end::install-nifi[]
104
docs/modules/nifi/examples/getting_started/getting_started.sh.j2
0 commit comments