21 Helm Charts for the TimesTen Kubernetes Operator

There are four Helm charts that allow you to deploy the TimesTen CRD, the TimesTen Operator, and TimesTenClassic objects. Each chart contains variables and default values that are specific to the chart. The names of the charts are as follows:
  • ttcrd: Deploys the TimesTen CRD in your Kubernetes cluster. You cannot change the values of the variables in this chart.

  • ttoperator: Deploys the TimesTen Operator in a namespace in your Kubernetes cluster. The TimesTen Operator runs at namespace-scope and services TimesTenClassic objects in this namespace. You have the option of defining your own values for variables in this chart.

  • ttclusteroperator: Deploys the TimesTen Operator in the timesten-operator namespace in your Kubernetes cluster. The TimesTen Operator runs at cluster-scope and services TimesTenClassic objects in all namespaces in the cluster. The timesten-operator namespace is created by the TimesTen Operator and cannot be modified. You have the option of defining your own values for variables in this chart.

  • ttclassic: Deploys a TimesTenClassic object. The TimesTen Operator creates TimesTen Classic databases based on the object's definition. You have the option of defining your own values for variables in this chart.

The following sections describe the values and defaults values for the ttoperator, ttclusteroperator, and ttclassic charts:

For detailed information about using Helm, see Use Helm in Your TimesTen Kubernetes Operator Environment.