You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/uptime-kuma/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ A self-hosted Monitoring tool like "Uptime-Robot".
16
16
17
17
*<https://github.com/louislam/uptime-kuma>
18
18
19
+
## MariaDB Configuration
20
+
21
+
To use MariaDB as the database backend for the application, set `mariadb.enabled=true`
22
+
23
+
For more advanced configuration options (e.g., setting up replication, customizing storage), refer to the official [Bitnami MariaDB Helm chart documentation](https://artifacthub.io/packages/helm/bitnami/mariadb).
24
+
19
25
## Values
20
26
21
27
| Key | Type | Default | Description |
@@ -46,6 +52,12 @@ A self-hosted Monitoring tool like "Uptime-Robot".
46
52
| livenessProbe.periodSeconds | int |`10`||
47
53
| livenessProbe.successThreshold | int |`1`||
48
54
| livenessProbe.timeoutSeconds | int |`2`||
55
+
| mariadb.enabled | bool |`false`| Whether to enable MariaDB as the database backend. |
56
+
| mariadb.architecture | str |`standalone`||
57
+
| mariadb.auth.database | str |`uptime_kuma`||
58
+
| mariadb.auth.username | str |`uptime_kuma`||
59
+
| mariadb.auth.password | str |`""`||
60
+
| mariadb.auth.rootPassword | str |`""`||
49
61
| nameOverride | string |`""`||
50
62
| namespaceOverride | string |`""`| A custom namespace to override the default namespace for the deployed resources. |
51
63
| networkPolicy | object |`{"allowExternal":true,"egress":true,"enabled":false,"ingress":true,"namespaceSelector":{}}`| Create a NetworkPolicy |
0 commit comments