TimesTenClassicSpec

TimesTenClassicSpec appears in TimesTenClassic. The following table describes the syntax for TimesTenClassicSpec. The third column indicates the schema version in which the field was first introduced. For more information, see About the TimesTenClassic CRD.

Table 18-2 TimesTenClassicSpec syntax

Field Type Earliest Schema Version Supported In Description

ttspec

TimesTenClassicSpecSpec

v3

Attributes specific to TimesTen.

template

PodTemplateSpec

v3

Describes the Pods provisioned for the TimesTenClassic object. In addition to Pods specified by template, there are the tt and daemonlog containers that are automatically included in each Pod. TimesTen runs in the tt container. If you configure and use Prometheus, the exporter container is also included. For information on PodTemplateSpec, see:

https://kubernetes.io/docs/reference/kubernetes-api/

volumeClaimTemplates

PersistentVolumeClaim

v3

TimesTen automatically provisions PersistentVolumeClaims (PVCs) for /tt (and for /ttlog, if specified). If you have applications that are running in containers in the TimesTen Pods, and those applications require additional PVCs, specify them in this field. For information on PersistentVolumeClaim, see:

https://kubernetes.io/docs/reference/kubernetes-api/