Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Jun 10, 2024
1 parent cc8ee90 commit 8c9dc26
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions helm.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,11 @@ <h3 id="installing-the-chart"><a class="header" href="#installing-the-chart">Ins
</code></pre>
<h2 id="values"><a class="header" href="#values">Values</a></h2>
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Type</th><th>Default</th><th>Description</th></tr></thead><tbody>
<tr><td>replicaCount</td><td>number</td><td><code>2</code></td><td>Number of controller replicas.</td></tr>
<tr><td>image.repository</td><td>string</td><td><code>"ghcr.io/cybozu-go/moco"</code></td><td>MOCO image repository to use.</td></tr>
<tr><td>image.pullPolicy</td><td>string</td><td><code>IfNotPresent</code></td><td>MOCO image pulling policy.</td></tr>
<tr><td>image.tag</td><td>string</td><td><code>{{ .Chart.AppVersion }}</code></td><td>MOCO image tag to use.</td></tr>
<tr><td>imagePullSecrets</td><td>list</td><td><code>[]</code></td><td>Secrets for pulling MOCO image from private repository.</td></tr>
<tr><td>resources</td><td>object</td><td><code>{"requests":{"cpu":"100m","memory":"20Mi"}}</code></td><td>resources used by moco-controller.</td></tr>
<tr><td>crds.enabled</td><td>bool</td><td><code>true</code></td><td>Install and update CRDs as part of the Helm chart.</td></tr>
<tr><td>extraArgs</td><td>list</td><td><code>[]</code></td><td>Additional command line flags to pass to moco-controller binary.</td></tr>
Expand Down
3 changes: 3 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,11 @@ <h3 id="installing-the-chart"><a class="header" href="#installing-the-chart">Ins
</code></pre>
<h2 id="values"><a class="header" href="#values">Values</a></h2>
<div class="table-wrapper"><table><thead><tr><th>Key</th><th>Type</th><th>Default</th><th>Description</th></tr></thead><tbody>
<tr><td>replicaCount</td><td>number</td><td><code>2</code></td><td>Number of controller replicas.</td></tr>
<tr><td>image.repository</td><td>string</td><td><code>"ghcr.io/cybozu-go/moco"</code></td><td>MOCO image repository to use.</td></tr>
<tr><td>image.pullPolicy</td><td>string</td><td><code>IfNotPresent</code></td><td>MOCO image pulling policy.</td></tr>
<tr><td>image.tag</td><td>string</td><td><code>{{ .Chart.AppVersion }}</code></td><td>MOCO image tag to use.</td></tr>
<tr><td>imagePullSecrets</td><td>list</td><td><code>[]</code></td><td>Secrets for pulling MOCO image from private repository.</td></tr>
<tr><td>resources</td><td>object</td><td><code>{"requests":{"cpu":"100m","memory":"20Mi"}}</code></td><td>resources used by moco-controller.</td></tr>
<tr><td>crds.enabled</td><td>bool</td><td><code>true</code></td><td>Install and update CRDs as part of the Helm chart.</td></tr>
<tr><td>extraArgs</td><td>list</td><td><code>[]</code></td><td>Additional command line flags to pass to moco-controller binary.</td></tr>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 8c9dc26

Please sign in to comment.