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
DomainMOD is a self-hosted open source application used to manage your domains and other Internet assets in a central location
6
6
7
+
> [!WARNING]
8
+
> This chart now uses the [MariaDB Operator](https://github.com/mariadb-operator/mariadb-operator) (which must be installed separately) to provision a MariaDB instance.
9
+
> Your values **will** need to be configured based on the new default values in the chart.
10
+
> Bitnami MariaDB will be **deleted upon upgrade**, so make sure you have exported your DomainMOD config, ready to re-import after upgrade!
| env.DOMAINMOD_DATABASE | string |`"domainmod"`| The name of the database. Set this to whatever you want, but it should match the database name in your database container. |
36
-
| env.DOMAINMOD_DATABASE_HOST | string |`"domainmod-mariadb"`| The database hostname that DomainMOD should connect to. This needs to be the same name as the datbase container. |
37
-
| env.DOMAINMOD_PASSWORD | string |`"domainmod"`| The password for DOMAINMOD_USER. Set this to whatever you want, but it should match the database password in your database container. |
38
-
| env.DOMAINMOD_USER | string |`"domainmod"`| The name of the database user. Set this to whatever you want, but it should match the database user in your database container. |
34
+
| env.DOMAINMOD_DATABASE | string |`""`| The name of the database. You do not need to configure this if you are using the MariaDB Operator integration. |
35
+
| env.DOMAINMOD_DATABASE_HOST | string |`""`| The database hostname that DomainMOD should connect to. You do not need to configure this if you are using the MariaDB Operator integration. |
36
+
| env.DOMAINMOD_PASSWORD | string |`""`| The password for DOMAINMOD_USER. You do not need to configure this if you are using the MariaDB Operator integration. |
37
+
| env.DOMAINMOD_USER | string |`""`| The name of the database user. You do not need to configure this if you are using the MariaDB Operator integration. |
39
38
| env.DOMAINMOD_WEB_ROOT | string |`nil`| Set this if you plan on running DomainMOD in a subdirectory, otherwise leave it blank. |
| externalMariadb.auth | object |`{"database":"domainmod","host":"","password":"","port":3306,"username":""}`| Name of the secret key containing the database URI uriKey: |
@@ -48,11 +45,16 @@ DomainMOD is a self-hosted open source application used to manage your domains a
48
45
| ingress | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
49
46
| livenessProbe.httpGet.path | string |`"/"`||
50
47
| livenessProbe.httpGet.port | string |`"http"`||
51
-
| mariadb | object |https://github.com/bitnami/charts/blob/master/bitnami/mariadb/values.yaml| Enable and configure mariadb database subchart under this key. For more options see [mariadb chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/mariadb)|
52
-
| mariadb.auth.database | string |`"domainmod"`| Database name |
| mariadb.auth.username | string |`"domainmod"`| Database user |
48
+
| mariadbOperator | object |`{"auth":{"database":"domainmod","password":"domainmod","rootPassword":"domainmodadminpw","username":"domainmod"},"enabled":false,"persistence":{"size":"1Gi","storageClass":""},"resources":{}}`| Enable integration with MariaDB Operator This uses the MariaDB Operator (which must be installed separately) to provision a MariaDB instance. |
49
+
| mariadbOperator.auth.database | string |`"domainmod"`| Database name to create |
50
+
| mariadbOperator.auth.password | string |`"domainmod"`| Database password to create |
> This chart now uses the [MariaDB Operator](https://github.com/mariadb-operator/mariadb-operator) (which must be installed separately) to provision a MariaDB instance.
10
+
> Your values **will** need to be configured based on the new default values in the chart.
11
+
> Bitnami MariaDB will be **deleted upon upgrade**, so make sure you have exported your DomainMOD config, ready to re-import after upgrade!
0 commit comments