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 TimesTen CRDs.

Table 20-2 TimesTenClassicSpec syntax

Field Type Earliest Schema Version Supported In Description

ttspec

TimesTenClassicSpecSpec

v2

Attributes specific to TimesTen.

template

PodTemplateSpec

v2

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

v2

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/