universe-infra-provisioning-mariadb
Chart version: 0.5.0-dev
AppVersion: 0.5.0-dev
Description: A Helm chart for universe-infra-provisioning-mariadb
>
global(object): global settings for chartDefault:
{ "image": { "registry": null, "tag": null } }
>
nameOverride(string): overrides chart nameDefault:
""
>
fullnameOverride(string): overrides generated fullName for releaseDefault:
""
>
imagePullSecrets(list): imagePullSecrets to add to the Pod specDefault:
[]
>
mariadb(object): configuration for mariadb containerDefault: see default values for nested options
>
mariadb.image.registry(string): registry for mariadb imageDefault:
""
>
mariadb.image.repository(string): manager image nameDefault:
"mariadb"
>
mariadb.image.pullPolicy(string): pullPolicy for mariadb imageDefault:
"IfNotPresent"
>
mariadb.image.tag(string): tag for mariadb image if not set, Helm chart appVersion will be used as tagDefault:
"10.7"
>
mariadb.resources(object): resources for mariadb containerDefault:
{ "limits": { "cpu": "500m", "memory": "1024Mi" } }
>
podAnnotations(object): podAnnotations to add to the Pod specDefault:
{}
>
nodeSelector(object): nodeSelector to add to the Pod specDefault:
{}
>
tolerations(list): tolerations to add to the Pod specDefault:
[]
>
affinity(object): affinity to add to the Pod specDefault:
{}
>
service(object): service configuration for mariadb PodDefault: see default values for nested options
>
service.name(string): override for Service nameDefault: if not set explicitly Helm release name will be used
>
service.type(string): service typeDefault:
"ClusterIP"
>
service.targetPort(int): application portDefault:
3306
>
service.port(int): service portDefault:
3306
>
secret(object): secret for mariadb PodDefault: see default values for nested options
>
secret.name(string): override for secret nameDefault: if not set explicitly Helm release name will be used
>
pv(object): pv for mariadb PodDefault: see default values for nested options
>
pv.name(string): override for secret nameDefault: if not set explicitly Helm release name will be used
>
pvc(object): pvc for mariadb PodDefault: see default values for nested options
>
pvc.name(string): override for secret nameDefault: if not set explicitly Helm release name will be used