Skip to content

Latest commit

 

History

History
53 lines (48 loc) · 2.51 KB

File metadata and controls

53 lines (48 loc) · 2.51 KB

commandhandler

Version: 0.0.1-local Type: application AppVersion: 0.0.1-local

A Helm chart for the Monoskope CommandHandler

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 10
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
eventStore object {"host":"eventstore","port":8080,"prefix":""} API address of the event store
fullnameOverride string ""
gateway object {"host":"gateway","port":8080,"prefix":""} API address of the gateway
global object {}
image.pullPolicy string "Always"
image.repository string "ghcr.io/finleap-connect/monoskope/commandhandler"
image.tag string "" Overrides the image tag whose default is the chart appVersion.
imagePullSecrets list []
keepAlive bool false
labels object {}
livenessProbe.enabled bool true
livenessProbe.failureThreshold int 10
livenessProbe.initialDelaySeconds int 10
livenessProbe.periodSeconds int 5
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
ports.api int 8080
ports.metrics int 9102
readinessProbe.enabled bool true
readinessProbe.failureThreshold int 5
readinessProbe.initialDelaySeconds int 5
readinessProbe.periodSeconds int 5
replicaCount int 1
resources object {}
securityContext object {}
service.api.port int 8080
service.metrics.port int 9102
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool false
serviceAccount.name string ""
superusers list [] List of email addresses to identify superusers.
tolerations list []

Autogenerated from chart metadata using helm-docs v1.4.0