Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 2.44 KB

README.md

File metadata and controls

59 lines (47 loc) · 2.44 KB

echobot

Version: 0.3.5 Type: application AppVersion: v0.2.2

A Helm chart for the echobot service

Homepage: https://github.com/sngular/gitops-echobot

Maintainers

Name Email Url
mmorejon manuel.morejon@users.noreply.github.com
enribd enrique.benito@users.noreply.github.com

Source Code

Requirements

Kubernetes: >=1.19.0-0

Values

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