Chart Version
envoyPort
envoyTimeout
idleTimeout
name
port
servicePort
supportStreaming
useHTTP2
EnvVariables
provide run-time information to containers and allow to customize how the application works and the behavior of the applications on the system.name
of variable along with value
.IMP
Docker image should have env variables, whatever we want to set.ConfigMap
and Secret
are the prefered way to inject env variables. So we can create this in App Configuration
SectionBase64
) form.IMP
All key-values of Secret
and CofigMap
will reflect to your application.Path
initialDelaySeconds
periodSeconds
successThreshold
timeoutSeconds
failureThreshold
command
httpHeaders
scheme
tcp
Path
initialDelaySeconds
periodSeconds
successThreshold
timeoutSeconds
failureThreshold
command
httpHeaders
scheme
tcp
enabled
MinReplicas
MaxReplicas
TargetCPUUtilizationPercentage
TargetMemoryUtilizationPercentage
extraMetrics
fullnameOverride
replaces the release fullname created by default by devtron, which is used to construct Kubernetes object names. By default, devtron uses {app-name}-{environment-name} as release fullname.imagePullSecrets
contains the docker credentials that are used for accessing a registry.enabled
annotations
host
pathType
ImplementationSpecific
, Exact
and Prefix
.path
tls
enabled
annotations
host
pathType
ImplementationSpecific
, Exact
and Prefix
.path
pathType
ImplementationSpecific
, Exact
and Prefix
.tls
true
.type
ClusterIP
annotations
name
loadBalancerSourceRanges
LoadBalancer
, Provide a list of whitelisted IPs CIDR that will be allowed to use the Load Balancer.loadBalancerSourceRanges
is not set, Kubernetes allows traffic from 0.0.0.0/0 to the LoadBalancer / Node Security Group(s).enabled
value
GracePeriod
.image_tag
image
Deployment Frequency
Change Failure Rate
Mean Lead Time
Mean Time to Recovery
PodDisruptionBudget
for each application. A PDB limits the number of pods of a replicated application that are down simultaneously from voluntary disruptions. For example, an application would like to ensure the number of replicas running is never brought below the certain number.maxUnavailable
and minAvailable
in a PodDisruptionBudget
.minAvailable
of 1, evictions are allowed as long as they leave behind 1 or more healthy pods of the total number of desired replicas.maxAvailable
of 1, evictions are allowed as long as at most 1 unhealthy replica among the total number of desired replicas.Save
to save your deployment configuration. Now you are ready to create Workflow to do CI/CD.reference-chart_3-12-0
reference-chart_3-11-0
reference-chart_3-10-0
reference-chart_3-9-0