Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

asyncapi-event-gateway

Version: 0.1.0 Type: application AppVersion: 0.1.0-alpha

Helm chart that installs the AsyncAPI Server API - https://github.com/asyncapi/server-api

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool true
autoscaling.maxReplicas int 4
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
fullnameOverride string ""
image.pullPolicy string "Always"
image.repository string "asyncapi/server-api"
image.tag string "latest"
imagePullSecrets list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
ports object {"http":80} Server API opened ports.
ports.http int 80 Port where the Server API will be available.
replicaCount int 2
resources object {}
securityContext object {}
service.annotations object {}
service.type string "ClusterIP"
tolerations list []