Back to Dtm

DTM charts

charts/README.md

1.19.02.8 KB
Original Source

DTM charts

Usage

Install the dtm chart:

bash
helm install --create-namespace -n dtm-system dtm ./charts

Upgrade the dtm chart:

bash
helm upgrade -n dtm-system dtm ./charts

Uninstall the chart:

bash
helm delete -n dtm-system dtm

Parameters

Configuration parameters

KeyDescriptionValue
configurationDTM configuration. Specify content for config.yaml, ref: sample config""

Autoscaling Parameters

NameDescriptionValue
autoscaling.enabledEnable Horizontal POD autoscaling for DTMfalse
autoscaling.minReplicasMinimum number of DTM replicas1
autoscaling.maxReplicasMaximum number of DTM replicas10
autoscaling.targetCPUUtilizationPercentageTarget CPU utilization percentage80
autoscaling.targetMemoryUtilizationPercentageTarget Memory utilization percentage80

Ingress parameters

KeyDescriptionValue
ingress.enabledEnable ingress record generation for DTMfalse
ingress.classNameIngressClass that will be used to implement the Ingress (Kubernetes 1.18+)"nginx"
ingress.annotationsTo enable certificate auto generation, place here your cert-manager annotations.{}
ingress.hosts.hostDefault host for the ingress record."your-domain.com"
ingress.hosts.paths.pathDefault path for the ingress record"/"
ingress.hosts.paths.pathTypeIngress path type"Prefix"
ingress.tlsEnable TLS configuration for the host defined at ingress.hostname parameter[]