TimesTenClassicSpec

TimesTenClassicSpec appears in TimesTenClassic. The following table describes the syntax for TimesTenClassicSpec:

Table 17-2 TimesTenClassicSpec syntax

Field Type Description

ttspec

TimesTenClassicSpecSpec

TimesTen specific attributes.

template

PodTemplateSpec

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

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/