Skip to content

Latest commit

 

History

History
63 lines (58 loc) · 3.21 KB

README.md

File metadata and controls

63 lines (58 loc) · 3.21 KB

bloom

Version: 1.0.0 Type: application AppVersion: 1.32

A Helm chart for Kubernetes deployment of the Rust-API-Proxy Bloom

Values

Key Type Default Description
affinity object {}
autoscaling object {"enabled":false,"maxReplicas":100,"minReplicas":1,"targetCPUUtilizationPercentage":80,"targetMemoryUtilizationPercentage":80} This Horizontal Pod Autoscaler works from K8S version 1.23 onwards
bloom.cache.compress_body bool true
bloom.cache.disable_read bool false
bloom.cache.disable_write bool false
bloom.cache.executor_pool int 64
bloom.cache.ttl_default int 600
bloom.control.inet string "[::1]:8811"
bloom.control.tcp_timeout int 300
bloom.proxy.shard_default int 0 sets the default shard if none is set in the request
bloom.proxy.shards[0].host string ""
bloom.proxy.shards[0].ingress.annotations object {}
bloom.proxy.shards[0].ingress.className string ""
bloom.proxy.shards[0].ingress.enabled bool true
bloom.proxy.shards[0].ingress.hosts[0].host string "chart-example.local"
bloom.proxy.shards[0].ingress.hosts[0].paths[0].path string "/"
bloom.proxy.shards[0].ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
bloom.proxy.shards[0].ingress.tls list []
bloom.proxy.shards[0].port string ""
bloom.proxy.shards[0].shard int 0
bloom.redis.connection_timeout_seconds int 1
bloom.redis.database int 0
bloom.redis.host string nil
bloom.redis.idle_timeout_seconds int 600
bloom.redis.max_key_expiration int 2592000
bloom.redis.max_key_size int 256000
bloom.redis.max_lifetime_seconds int 60
bloom.redis.pool_size int 80
bloom.redis.port string nil
bloom.server.inet string "[::1]:8080"
bloom.server.log_level string "error"
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "valeriansaliou/bloom"
image.tag string ""
imagePullSecrets list []
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
replicaCount int 1
resources object {}
securityContext object {}
service.control.port int 8811
service.http.port int 80
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
tolerations list []

Autogenerated from chart metadata using helm-docs v1.11.0