</code></pre></div><p>This command deploy wg-portal on the Kubernetes cluster in the default configuration. The <ahref="#values">Values</a> section lists the parameters that can be configured during installation.</p><h2id="values">Values</h2><table><thead><tr><th>Key</th><th>Type</th><th>Default</th><th>Description</th></tr></thead><tbody><tr><td>nameOverride</td><td>string</td><td><code>""</code></td><td>Partially override resource names (adds suffix)</td></tr><tr><td>fullnameOverride</td><td>string</td><td><code>""</code></td><td>Fully override resource names</td></tr><tr><td>extraDeploy</td><td>list</td><td><code>[]</code></td><td>Array of extra objects to deploy with the release</td></tr><tr><td>config.advanced</td><td>tpl/object</td><td><code>{}</code></td><td><ahref="https://wgportal.org/latest/documentation/configuration/overview/#advanced">Advanced configuration</a> options.</td></tr><tr><td>config.auth</td><td>tpl/object</td><td><code>{}</code></td><td><ahref="https://wgportal.org/latest/documentation/configuration/overview/#auth">Auth configuration</a> options.</td></tr><tr><td>config.core</td><td>tpl/object</td><td><code>{}</code></td><td><ahref="https://wgportal.org/latest/documentation/configuration/overview/#core">Core configuration</a> options.<br/> If external admins in <code>auth</code> are defined and there are no <code>admin_user</code> and <code>admin_password</code> defined here, the default admin account will be disabled.</td></tr><tr><td>config.database</td><td>tpl/object</td><td><code>{}</code></td><td><ahref="https://wgportal.org/latest/documentation/configuration/overview/#database">Database configuration</a> options</td></tr><tr><td>config.mail</td><td>tpl/object</td><td><code>{}</code></td><td><ahref="https://wgportal.org/latest/documentation/configuration/overview/#mail">Mail configuration</a> options</td></tr><tr><td>config.statistics</td><td>tpl/object</td><td><code>{}</code></td><td><ahref="https://wgportal.org/latest/documentation/configuration/overview/#statistics">Statistics configuration</a> options</td></tr><tr><td>config.web</td><td>tpl/object</td><td><code>{}</code></td><td><ahref="https://wgportal.org/latest/documentation/configuration/overview/#web">Web configuration</a> options.<br/><code>listening_address</code> will be set automatically from <code>service.web.port</code>. <code>external_url</code> is required to enable ingress and certificate resources.</td></tr><tr><td>revisionHistoryLimit</td><td>string</td><td><code>10</code></td><td>The number of old ReplicaSets to retain to allow rollback.</td></tr><tr><td>workloadType</td><td>string</td><td><code>"Deployment"</code></td><td>Workload type - <code>Deployment</code> or <code>StatefulSet</code></td></tr><tr><td>strategy</td><td>object</td><td><code>{"type":"RollingUpdate"}</code></td><td>Update strategy for the workload Valid values are: <code>RollingUpdate</code> or <code>Recreate</code> for Deployment, <code>RollingUpdate</code> or <code>OnDelete</code> for StatefulSet</td></tr><tr><td>image.repository</td><td>string</td><td><code>"ghcr.io/h44z/wg-portal"</code></td><td>Image repository</td></tr><tr><td>image.pullPolicy</td><td>string</td><td><code>"IfNotPresent"</code></td><td>Image pull policy</td></tr><tr><td>image.tag</td><td>string</td><td><code>""</code></td><td>Overrides the image tag whose default is the chart appVersion</td></tr><tr><td>imagePullSecrets</td><td>list</td><td><code>[]</code></td><td>Image pull secrets</td></tr><tr><td>podAnnotations</td><td>tpl/object</td><td><code>{}</code></td><td>Extra annotations to add to the pod</td></tr><tr><td>podLabels</td><td>object</td><td><code>{}</code></td><td>Extra labels to add to the pod</td></tr><tr><td>podSecurityContext</td><td>object</td><td><code>{}</code></td><td>Pod Security Context</td></tr><tr><td>securityContext.capabilities.add</td><td>list</td><td><code>["NET_ADMIN"]</code></td><td>Add capabilities to the cont