Skip to main content

13 docs tagged with "helm"

View all tags

Configure JVM DNS TTL

This guide explains how to configure the DNS Time-to-Live (TTL) settings for the Deploy Java Virtual Machine (JVM) in a Kubernetes environment. Proper TTL configuration is crucial for managing how long DNS resolutions are cached, which can affect system performance and network behavior.

Helm plugin

The Digital.ai Deploy Helm plugin can deploy and undeploy Helm charts on a Kubernetes host.

Manage Plugins Offline in Kubernetes Environment

This guide explains how to manage Digital.ai Deploy plugins in an offline environment when using a Kubernetes cluster created with the Operator-based installer. You'll learn two approaches to manage plugins when the Deploy UI is not accessible: using Pod Diagnostic Mode or creating a temporary management pod.

Using an Existing PostgreSQL Database

If you plan to use an existing database—one that is not created by default by the Operator-based installer—you must configure the relevant database parameters in the daideploy_cr.yaml file.

Using an Existing PostgreSQL Database

If you plan to use an existing database—one that is not created by default by the Operator-based installer—you must configure the relevant database parameters in the daideploy_cr.yaml file.

Using an Existing RabbitMQ Message Queue

If you plan to use an existing message queue — one that is not created by default by the Operator-based installer — you must configure the relevant MQ parameters in the daideploy_cr.yaml file.

Using an External Database

This topic illustrates how to use an external database instead of the one that is provided with the operator itself.

Using an External Message Queue

If you plan to use an external message queue, instead of the RabbitMQ provided with the operator—you must configure the relevant parameters in the external-mq-patch.yaml file.

Using Secret References in CR

This topic illustrates how to replace the CR values that are in clear-text format in the CR with the secret references.