Skip to content

Commit

Permalink
Auto-generated CRD schema documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kiali-bot committed Feb 12, 2024
1 parent 13cf2fb commit 5d1a812
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions content/en/docs/Configuration/kialis.kiali.io.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ spec:
skip_verify: false
tls_enabled: false
port: 20001
profiler:
enabled: false
web_fqdn: ""
web_history_mode: ""
web_port: ""
Expand Down Expand Up @@ -7016,6 +7018,44 @@ An example,</p>
</div>
</div>

<div class="property depth-2">
<div class="property-header">
<hr/>
<h3 class="property-path" id=".spec.server.profiler">.spec.server.profiler</h3>
</div>
<div class="property-body">
<div class="property-meta">
<span class="property-type">(object)</span>

</div>

<div class="property-description">
<p>Controls the internal profiler used to debug the internals of Kiali</p>

</div>

</div>
</div>

<div class="property depth-3">
<div class="property-header">
<hr/>
<h3 class="property-path" id=".spec.server.profiler.enabled">.spec.server.profiler.enabled</h3>
</div>
<div class="property-body">
<div class="property-meta">
<span class="property-type">(boolean)</span>

</div>

<div class="property-description">
<p>When &lsquo;true&rsquo;, the profiler will be enabled and accessible at /debug/pprof/ on the Kiali endpoint.</p>

</div>

</div>
</div>

<div class="property depth-2">
<div class="property-header">
<hr/>
Expand Down

0 comments on commit 5d1a812

Please sign in to comment.