A Helm chart for the echobot service
Homepage: https://github.com/sngular/gitops-echobot
Name | Url | |
---|---|---|
mmorejon | [email protected] | |
enribd | [email protected] |
Kubernetes: >=1.19.0-0
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
autoscaling.enabled | bool | false |
|
autoscaling.maxReplicas | int | 100 |
|
autoscaling.minReplicas | int | 1 |
|
autoscaling.targetCPUUtilizationPercentage | int | 80 |
|
env | list | [] |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "ghcr.io/sngular/gitops-echobot" |
|
image.tag | string | "" |
|
imagePullSecrets | list | [] |
|
livenessProbe.exec.command[0] | string | "/usr/bin/test" |
|
livenessProbe.exec.command[1] | string | "-f" |
|
livenessProbe.exec.command[2] | string | "/usr/local/bin/gitops-echobot" |
|
mongodb | object | {} |
Configuración de MongoDB. Contiene la clave existingSecret con el nombre del secreto a utilizar. Este secreto debe contener la clave uri con la cadena de conexión a la base de datos (mongodb://... ) |
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podAnnotations | object | {} |
|
podSecurityContext | object | {} |
|
readinessProbe.exec.command[0] | string | "/usr/bin/test" |
|
readinessProbe.exec.command[1] | string | "-f" |
|
readinessProbe.exec.command[2] | string | "/usr/local/bin/gitops-echobot" |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
securityContext | object | {} |
|
serviceAccount.annotations | object | {} |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | "" |
|
tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.5.0