Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions src/pages/docs/charts/answer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,20 +233,22 @@ backup:
| Parameter | Type | Default | Description |
| ------------------ | ------ | ------------------------- | ------------------------------ |
| `image.repository` | string | `docker.io/apache/answer` | Apache Answer container image. |
| `image.tag` | string | `"2.0.0"` | Image tag. |
| `image.tag` | string | `"2.0.2"` | Image tag. |
| `image.pullPolicy` | string | `IfNotPresent` | Image pull policy. |

### Answer Configuration

| Parameter | Type | Default | Description |
| --------------------- | ------- | ------------------- | ----------------------------------------------------------------------- |
| `answer.siteUrl` | string | `""` | Full public URL. Auto-detected from Ingress if empty. |
| `answer.siteName` | string | `Apache Answer` | Site name shown in browser tab and header. |
| `answer.language` | string | `en-US` | Default UI language. |
| `answer.contactEmail` | string | `admin@example.com` | Contact email shown in the site footer. |
| `answer.autoInstall` | boolean | `true` | Enable unattended first-boot setup using admin credentials from values. |
| `answer.logLevel` | string | `INFO` | Log level: `DEBUG`, `INFO`, `WARN`, `ERROR`. |
| `answer.extraEnv` | array | `[]` | Extra environment variables for the container. |
| Parameter | Type | Default | Description |
| ----------------------------------------------------------- | ------- | ------------------- | ----------------------------------------------------------------------- |
| `answer.siteUrl` | string | `""` | Full public URL. Auto-detected from Ingress if empty. |
| `answer.siteName` | string | `Apache Answer` | Site name shown in browser tab and header. |
| `answer.language` | string | `en-US` | Default UI language. |
| `answer.contactEmail` | string | `admin@example.com` | Contact email shown in the site footer. |
| `answer.autoInstall` | boolean | `true` | Enable unattended first-boot setup using admin credentials from values. |
| `answer.logLevel` | string | `INFO` | Log level: `DEBUG`, `INFO`, `WARN`, `ERROR`. |
| `answer.notifications.newQuestionEmail.queueSize` | integer | `1024` | Maximum buffered new-question email tasks. |
| `answer.notifications.newQuestionEmail.sendIntervalSeconds` | integer | `0` | Delay between new-question email attempts; `0` disables throttling. |
Comment thread
coderabbitai[bot] marked this conversation as resolved.
| `answer.extraEnv` | array | `[]` | Extra environment variables for the container. |

### Admin Credentials

Expand Down