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
| livenessProbe | object |`{}`| This is to setup the liveness probe more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/|
72
+
| mariadb.auth.database | string |`"pixelfed"`| Name for a custom database to create |
73
+
| mariadb.auth.existingSecret | string |`"new-password-secret"`| Use existing secret for password details (auth.rootPassword, auth.password, auth.replicationPassword will be ignored and picked up from this secret). The secret has to contain the keys mariadb-root-password, mariadb-replication-password and mariadb-password |
74
+
| mariadb.auth.password | string |`"newUserPassword123"`| Password for the new user. Ignored if existing secret is provided |
75
+
| mariadb.auth.replicationPassword | string |`"newReplicationPassword123"`| MariaDB replication user password. Ignored if existing secret is provided |
76
+
| mariadb.auth.rootPassword | string |`"newRootPassword123"`| Password for the root user. Ignored if existing secret is provided. |
77
+
| mariadb.auth.username | string |`"pixelfed"`| Name for a custom user to create |
78
+
| mariadb.enabled | bool |`false`| enable mariadb subchart - currently experimental for this chart read more about the values: https://github.com/bitnami/charts/tree/main/bitnami/mariadb|
71
79
| nameOverride | string |`""`| This is to override the chart name. |
72
80
| nodeSelector | object |`{}`| put the pixelfed pod on a specific node/nodegroup |
73
81
| phpConfigs | object |`{}`| PHP Configuration files Will be injected in /usr/local/etc/php-fpm.d |
# -- This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
22
+
# -- This is for the secretes for pulling an image from a private repository
# -- This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
87
+
# -- This sets the service type more information can be found here:
0 commit comments