PostgresCluster

PostgresCluster

PostgresCluster is the Schema for the postgresclusters API

nametyperequireddescription
apiVersionstring✅APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstring✅Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobject✅Refer to the Kubernetes API documentation for the fields of the metadata field.
specobject❌PostgresClusterSpec defines the desired state of PostgresCluster
statusobject❌PostgresClusterStatus defines the observed state of PostgresCluster

↩ ParentPostgresCluster.spec

PostgresClusterSpec defines the desired state of PostgresCluster

nametyperequireddescription
backupsobject✅PostgreSQL backup configuration
configobject❌undefined
customReplicationTLSSecretobject❌The secret containing the replication client certificates and keys for secure connections to the PostgreSQL server. It will need to contain the client TLS certificate, TLS key and the Certificate Authority certificate with the data keys set to tls.crt, tls.key and ca.crt, respectively. NOTE: If CustomReplicationClientTLSSecret is provided, CustomTLSSecret MUST be provided and the ca.crt provided must be the same.
customTLSSecretobject❌The secret containing the Certificates and Keys to encrypt PostgreSQL traffic will need to contain the server TLS certificate, TLS key and the Certificate Authority certificate with the data keys set to tls.crt, tls.key and ca.crt, respectively. It will then be mounted as a volume projection to the '/pgconf/tls' directory. For more information on Kubernetes secret projections, please see https://k8s.io/docs/concepts/configuration/secret/#projection-of-secret-keys-to-specific-paths NOTE: If CustomTLSSecret is provided, CustomReplicationClientTLSSecret MUST be provided and the ca.crt provided must be the same.
dataSourceobject❌Specifies a data source for bootstrapping the PostgreSQL cluster.
databaseInitSQLobject❌DatabaseInitSQL defines a ConfigMap containing custom SQL that will be run after the cluster is initialized. This ConfigMap must be in the same namespace as the cluster.
disableDefaultPodSchedulingboolean❌Whether or not the PostgreSQL cluster should use the defined default scheduling constraints. If the field is unset or false, the default scheduling constraints will be used in addition to any custom constraints provided.
imagestring❌The image name to use for PostgreSQL containers. When omitted, the value comes from an operator environment variable. For standard PostgreSQL images, the format is RELATED_IMAGE_POSTGRES_{postgresVersion}, e.g. RELATED_IMAGE_POSTGRES_13. For PostGIS enabled PostgreSQL images, the format is RELATED_IMAGE_POSTGRES_{postgresVersion}GIS{postGISVersion}, e.g. RELATED_IMAGE_POSTGRES_13_GIS_3.1.
imagePullPolicyAlways, Never, IfNotPresent❌ImagePullPolicy is used to determine when Kubernetes will attempt to pull (download) container images. More info: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
imagePullSecrets[]object❌The image pull secrets used to pull from a private registry Changing this value causes all running pods to restart. https://k8s.io/docs/tasks/configure-pod-container/pull-image-private-registry/
instances[]object✅Specifies one or more sets of PostgreSQL pods that replicate data for this cluster.
metadataobject❌Metadata contains metadata for PostgresCluster resources
monitoringobject❌The specification of monitoring tools that connect to PostgreSQL
openshiftboolean❌Whether or not the PostgreSQL cluster is being deployed to an OpenShift environment. If the field is unset, the operator will automatically detect the environment.
patroniobject❌undefined
pausedboolean❌Suspends the rollout and reconciliation of changes made to the PostgresCluster spec.
portinteger❌The port on which PostgreSQL should listen.
postGISVersionstring❌The PostGIS extension version installed in the PostgreSQL image. When image is not set, indicates a PostGIS enabled image will be used.
postgresVersioninteger✅The major version of PostgreSQL installed in the PostgreSQL image
proxyobject❌The specification of a proxy that connects to PostgreSQL.
serviceobject❌Specification of the service that exposes the PostgreSQL primary instance.
shutdownboolean❌Whether or not the PostgreSQL cluster should be stopped. When this is true, workloads are scaled to zero and CronJobs are suspended. Other resources, such as Services and Volumes, remain in place.
standbyobject❌Run this cluster as a read-only copy of an existing cluster or archive.
supplementalGroups[]integer❌A list of group IDs applied to the process of a container. These can be useful when accessing shared file systems with constrained permissions. More info: https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context
userInterfaceobject❌The specification of a user interface that connects to PostgreSQL.
users[]object❌Users to create inside PostgreSQL and the databases they should access. The default creates one user that can access one database matching the PostgresCluster name. An empty list creates no users. Removing a user from this list does NOT drop the user nor revoke their access.

↩ ParentPostgresCluster.spec.backups

PostgreSQL backup configuration

nametyperequireddescription
pgbackrestobject✅pgBackRest archive configuration

↩ ParentPostgresCluster.spec.backups.pgbackrest

pgBackRest archive configuration

nametyperequireddescription
configuration[]object❌Projected volumes containing custom pgBackRest configuration. These files are mounted under "/etc/pgbackrest/conf.d" alongside any pgBackRest configuration generated by the PostgreSQL Operator: https://pgbackrest.org/configuration.html
globalmap[string]: string❌Global pgBackRest configuration settings. These settings are included in the "global" section of the pgBackRest configuration generated by the PostgreSQL Operator, and then mounted under "/etc/pgbackrest/conf.d": https://pgbackrest.org/configuration.html
imagestring❌The image name to use for pgBackRest containers. Utilized to run pgBackRest repository hosts and backups. The image may also be set using the RELATED_IMAGE_PGBACKREST environment variable
jobsobject❌Jobs field allows configuration for all backup jobs
manualobject❌Defines details for manual pgBackRest backup Jobs
metadataobject❌Metadata contains metadata for PostgresCluster resources
repoHostobject❌Defines configuration for a pgBackRest dedicated repository host. This section is only applicable if at least one "volume" (i.e. PVC-based) repository is defined in the "repos" section, therefore enabling a dedicated repository host Deployment.
repos[]object✅Defines a pgBackRest repository
restoreobject❌Defines details for performing an in-place restore using pgBackRest
sidecarsobject❌Configuration for pgBackRest sidecar containers

↩ ParentPostgresCluster.spec.backups.pgbackrest.configuration[index]

Projected volumes containing custom pgBackRest configuration. These files are mounted under "/etc/pgbackrest/conf.d" alongside any pgBackRest configuration generated by the PostgreSQL Operator: https://pgbackrest.org/configuration.html

nametyperequireddescription
configMapobject❌information about the configMap data to project
downwardAPIobject❌information about the downwardAPI data to project
secretobject❌information about the secret data to project
serviceAccountTokenobject❌information about the serviceAccountToken data to project

↩ ParentPostgresCluster.spec.backups.pgbackrest.configuration[index].configMap

information about the configMap data to project

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the ConfigMap or its keys must be defined

↩ ParentPostgresCluster.spec.backups.pgbackrest.configuration[index].configMap.items[index]

If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.backups.pgbackrest.configuration[index].downwardAPI

information about the downwardAPI data to project

nametyperequireddescription
items[]object❌Items is a list of DownwardAPIVolume file

↩ ParentPostgresCluster.spec.backups.pgbackrest.configuration[index].downwardAPI.items[index]

Items is a list of DownwardAPIVolume file

nametyperequireddescription
fieldRefobject❌Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
modeinteger❌Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'
resourceFieldRefobject❌Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

↩ ParentPostgresCluster.spec.backups.pgbackrest.configuration[index].downwardAPI.items[index].fieldRef

Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.

nametyperequireddescription
apiVersionstring❌Version of the schema the FieldPath is written in terms of, defaults to "v1".
fieldPathstring✅Path of the field to select in the specified API version.

↩ ParentPostgresCluster.spec.backups.pgbackrest.configuration[index].downwardAPI.items[index].resourceFieldRef

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

nametyperequireddescription
containerNamestring❌Container name: required for volumes, optional for env vars
divisorint or string❌Specifies the output format of the exposed resources, defaults to "1"
resourcestring✅Required: resource to select

↩ ParentPostgresCluster.spec.backups.pgbackrest.configuration[index].secret

information about the secret data to project

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret or its key must be defined

↩ ParentPostgresCluster.spec.backups.pgbackrest.configuration[index].secret.items[index]

If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.backups.pgbackrest.configuration[index].serviceAccountToken

information about the serviceAccountToken data to project

nametyperequireddescription
audiencestring❌Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.
expirationSecondsinteger❌ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
pathstring✅Path is the path relative to the mount point of the file to project the token into.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs

Jobs field allows configuration for all backup jobs

nametyperequireddescription
affinityobject❌Scheduling constraints of pgBackRest backup Job pods. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node
priorityClassNamestring❌Priority class name for the pgBackRest backup Job pods. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
resourcesobject❌Resource limits for backup jobs. Includes manual, scheduled and replica create backups
tolerations[]object❌Tolerations of pgBackRest backup Job pods. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity

Scheduling constraints of pgBackRest backup Job pods. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node

nametyperequireddescription
nodeAffinityobject❌Describes node affinity scheduling rules for the pod.
podAffinityobject❌Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).
podAntiAffinityobject❌Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.nodeAffinity

Describes node affinity scheduling rules for the pod.

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecutionobject❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
preferenceobject✅A node selector term, associated with the corresponding weight.
weightinteger✅Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference

A node selector term, associated with the corresponding weight.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

nametyperequireddescription
nodeSelectorTerms[]object✅Required. A list of node selector terms. The terms are ORed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index]

Required. A list of node selector terms. The terms are ORed.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAffinity

Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAntiAffinity

Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.resources

Resource limits for backup jobs. Includes manual, scheduled and replica create backups

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.backups.pgbackrest.jobs.tolerations[index]

Tolerations of pgBackRest backup Job pods. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration

nametyperequireddescription
effectstring❌Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
keystring❌Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.
operatorstring❌Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
tolerationSecondsinteger❌TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
valuestring❌Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

↩ ParentPostgresCluster.spec.backups.pgbackrest.manual

Defines details for manual pgBackRest backup Jobs

nametyperequireddescription
options[]string❌Command line options to include when running the pgBackRest backup command. https://pgbackrest.org/command.html#command-backup
repoNamestring✅The name of the pgBackRest repo to run the backup command against.

↩ ParentPostgresCluster.spec.backups.pgbackrest.metadata

Metadata contains metadata for PostgresCluster resources

nametyperequireddescription
annotationsmap[string]: string❌undefined
labelsmap[string]: string❌undefined

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost

Defines configuration for a pgBackRest dedicated repository host. This section is only applicable if at least one "volume" (i.e. PVC-based) repository is defined in the "repos" section, therefore enabling a dedicated repository host Deployment.

nametyperequireddescription
affinityobject❌Scheduling constraints of the Dedicated repo host pod. Changing this value causes repo host to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node
priorityClassNamestring❌Priority class name for the pgBackRest repo host pod. Changing this value causes PostgreSQL to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
resourcesobject❌Resource requirements for a pgBackRest repository host
sshConfigMapobject❌ConfigMap containing custom SSH configuration. Deprecated: Repository hosts use mTLS for encryption, authentication, and authorization.
sshSecretobject❌Secret containing custom SSH keys. Deprecated: Repository hosts use mTLS for encryption, authentication, and authorization.
tolerations[]object❌Tolerations of a PgBackRest repo host pod. Changing this value causes a restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration
topologySpreadConstraints[]object❌Topology spread constraints of a Dedicated repo host pod. Changing this value causes the repo host to restart. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity

Scheduling constraints of the Dedicated repo host pod. Changing this value causes repo host to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node

nametyperequireddescription
nodeAffinityobject❌Describes node affinity scheduling rules for the pod.
podAffinityobject❌Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).
podAntiAffinityobject❌Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.nodeAffinity

Describes node affinity scheduling rules for the pod.

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecutionobject❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
preferenceobject✅A node selector term, associated with the corresponding weight.
weightinteger✅Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference

A node selector term, associated with the corresponding weight.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

nametyperequireddescription
nodeSelectorTerms[]object✅Required. A list of node selector terms. The terms are ORed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index]

Required. A list of node selector terms. The terms are ORed.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAffinity

Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAntiAffinity

Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.resources

Resource requirements for a pgBackRest repository host

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.sshConfigMap

ConfigMap containing custom SSH configuration. Deprecated: Repository hosts use mTLS for encryption, authentication, and authorization.

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the ConfigMap or its keys must be defined

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.sshConfigMap.items[index]

If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.sshSecret

Secret containing custom SSH keys. Deprecated: Repository hosts use mTLS for encryption, authentication, and authorization.

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret or its key must be defined

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.sshSecret.items[index]

If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.tolerations[index]

Tolerations of a PgBackRest repo host pod. Changing this value causes a restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration

nametyperequireddescription
effectstring❌Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
keystring❌Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.
operatorstring❌Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
tolerationSecondsinteger❌TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
valuestring❌Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.topologySpreadConstraints[index]

Topology spread constraints of a Dedicated repo host pod. Changing this value causes the repo host to restart. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/

nametyperequireddescription
labelSelectorobject❌LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain.
maxSkewinteger✅MaxSkew describes the degree to which pods may be unevenly distributed. When whenUnsatisfiable=DoNotSchedule, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 1/1/0:
topologyKeystring✅TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each <key, value> as a "bucket", and try to put balanced number of pods into each bucket. It's a required field.
whenUnsatisfiablestring✅WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location, but giving higher precedence to topologies that would help reduce the skew. A constraint is considered "Unsatisfiable" for an incoming pod if and only if every possible node assigment for that pod would violate "MaxSkew" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1:

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.topologySpreadConstraints[index].labelSelector

LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repoHost.topologySpreadConstraints[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repos[index]

Defines a pgBackRest repository

nametyperequireddescription
azureobject❌Represents a pgBackRest repository that is created using Azure storage
gcsobject❌Represents a pgBackRest repository that is created using Google Cloud Storage
namestring✅The name of the the repository
s3object❌RepoS3 represents a pgBackRest repository that is created using AWS S3 (or S3-compatible) storage
schedulesobject❌Defines the schedules for the pgBackRest backups Full, Differential and Incremental backup types are supported: https://pgbackrest.org/user-guide.html#concept/backup
volumeobject❌Represents a pgBackRest repository that is created using a PersistentVolumeClaim

↩ ParentPostgresCluster.spec.backups.pgbackrest.repos[index].azure

Represents a pgBackRest repository that is created using Azure storage

nametyperequireddescription
containerstring✅The Azure container utilized for the repository

↩ ParentPostgresCluster.spec.backups.pgbackrest.repos[index].gcs

Represents a pgBackRest repository that is created using Google Cloud Storage

nametyperequireddescription
bucketstring✅The GCS bucket utilized for the repository

↩ ParentPostgresCluster.spec.backups.pgbackrest.repos[index].s3

RepoS3 represents a pgBackRest repository that is created using AWS S3 (or S3-compatible) storage

nametyperequireddescription
bucketstring✅The S3 bucket utilized for the repository
endpointstring✅A valid endpoint corresponding to the specified region
regionstring✅The region corresponding to the S3 bucket

↩ ParentPostgresCluster.spec.backups.pgbackrest.repos[index].schedules

Defines the schedules for the pgBackRest backups Full, Differential and Incremental backup types are supported: https://pgbackrest.org/user-guide.html#concept/backup

nametyperequireddescription
differentialstring❌Defines the Cron schedule for a differential pgBackRest backup. Follows the standard Cron schedule syntax: https://k8s.io/docs/concepts/workloads/controllers/cron-jobs/#cron-schedule-syntax
fullstring❌Defines the Cron schedule for a full pgBackRest backup. Follows the standard Cron schedule syntax: https://k8s.io/docs/concepts/workloads/controllers/cron-jobs/#cron-schedule-syntax
incrementalstring❌Defines the Cron schedule for an incremental pgBackRest backup. Follows the standard Cron schedule syntax: https://k8s.io/docs/concepts/workloads/controllers/cron-jobs/#cron-schedule-syntax

↩ ParentPostgresCluster.spec.backups.pgbackrest.repos[index].volume

Represents a pgBackRest repository that is created using a PersistentVolumeClaim

nametyperequireddescription
volumeClaimSpecobject✅Defines a PersistentVolumeClaim spec used to create and/or bind a volume

↩ ParentPostgresCluster.spec.backups.pgbackrest.repos[index].volume.volumeClaimSpec

Defines a PersistentVolumeClaim spec used to create and/or bind a volume

nametyperequireddescription
accessModes[]string✅AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
dataSourceobject❌This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.
resourcesobject✅Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
selectorobject❌A label query over volumes to consider for binding.
storageClassNamestring❌Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
volumeModestring❌volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.
volumeNamestring❌VolumeName is the binding reference to the PersistentVolume backing this claim.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repos[index].volume.volumeClaimSpec.dataSource

This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.

nametyperequireddescription
apiGroupstring❌APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
kindstring✅Kind is the type of resource being referenced
namestring✅Name is the name of resource being referenced

↩ ParentPostgresCluster.spec.backups.pgbackrest.repos[index].volume.volumeClaimSpec.resources

Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string✅Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.backups.pgbackrest.repos[index].volume.volumeClaimSpec.selector

A label query over volumes to consider for binding.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.repos[index].volume.volumeClaimSpec.selector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore

Defines details for performing an in-place restore using pgBackRest

nametyperequireddescription
affinityobject❌Scheduling constraints of the pgBackRest restore Job. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node
clusterNamestring❌The name of an existing PostgresCluster to use as the data source for the new PostgresCluster. Defaults to the name of the PostgresCluster being created if not provided.
clusterNamespacestring❌The namespace of the cluster specified as the data source using the clusterName field. Defaults to the namespace of the PostgresCluster being created if not provided.
enabledboolean✅Whether or not in-place pgBackRest restores are enabled for this PostgresCluster.
options[]string❌Command line options to include when running the pgBackRest restore command. https://pgbackrest.org/command.html#command-restore
priorityClassNamestring❌Priority class name for the pgBackRest restore Job pod. Changing this value causes PostgreSQL to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
repoNamestring✅The name of the pgBackRest repo within the source PostgresCluster that contains the backups that should be utilized to perform a pgBackRest restore when initializing the data source for the new PostgresCluster.
resourcesobject❌Resource requirements for the pgBackRest restore Job.
tolerations[]object❌Tolerations of the pgBackRest restore Job. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity

Scheduling constraints of the pgBackRest restore Job. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node

nametyperequireddescription
nodeAffinityobject❌Describes node affinity scheduling rules for the pod.
podAffinityobject❌Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).
podAntiAffinityobject❌Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.nodeAffinity

Describes node affinity scheduling rules for the pod.

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecutionobject❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
preferenceobject✅A node selector term, associated with the corresponding weight.
weightinteger✅Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference

A node selector term, associated with the corresponding weight.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

nametyperequireddescription
nodeSelectorTerms[]object✅Required. A list of node selector terms. The terms are ORed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index]

Required. A list of node selector terms. The terms are ORed.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAffinity

Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAntiAffinity

Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.resources

Resource requirements for the pgBackRest restore Job.

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.backups.pgbackrest.restore.tolerations[index]

Tolerations of the pgBackRest restore Job. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration

nametyperequireddescription
effectstring❌Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
keystring❌Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.
operatorstring❌Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
tolerationSecondsinteger❌TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
valuestring❌Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

↩ ParentPostgresCluster.spec.backups.pgbackrest.sidecars

Configuration for pgBackRest sidecar containers

nametyperequireddescription
pgbackrestobject❌Defines the configuration for the pgBackRest sidecar container
pgbackrestConfigobject❌Defines the configuration for the pgBackRest config sidecar container

↩ ParentPostgresCluster.spec.backups.pgbackrest.sidecars.pgbackrest

Defines the configuration for the pgBackRest sidecar container

nametyperequireddescription
resourcesobject❌Resource requirements for a sidecar container

↩ ParentPostgresCluster.spec.backups.pgbackrest.sidecars.pgbackrest.resources

Resource requirements for a sidecar container

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.backups.pgbackrest.sidecars.pgbackrestConfig

Defines the configuration for the pgBackRest config sidecar container

nametyperequireddescription
resourcesobject❌Resource requirements for a sidecar container

↩ ParentPostgresCluster.spec.backups.pgbackrest.sidecars.pgbackrestConfig.resources

Resource requirements for a sidecar container

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.config

nametyperequireddescription
files[]object❌undefined

↩ ParentPostgresCluster.spec.config.files[index]

nametyperequireddescription
configMapobject❌information about the configMap data to project
downwardAPIobject❌information about the downwardAPI data to project
secretobject❌information about the secret data to project
serviceAccountTokenobject❌information about the serviceAccountToken data to project

↩ ParentPostgresCluster.spec.config.files[index].configMap

information about the configMap data to project

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the ConfigMap or its keys must be defined

↩ ParentPostgresCluster.spec.config.files[index].configMap.items[index]

If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.config.files[index].downwardAPI

information about the downwardAPI data to project

nametyperequireddescription
items[]object❌Items is a list of DownwardAPIVolume file

↩ ParentPostgresCluster.spec.config.files[index].downwardAPI.items[index]

Items is a list of DownwardAPIVolume file

nametyperequireddescription
fieldRefobject❌Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
modeinteger❌Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'
resourceFieldRefobject❌Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

↩ ParentPostgresCluster.spec.config.files[index].downwardAPI.items[index].fieldRef

Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.

nametyperequireddescription
apiVersionstring❌Version of the schema the FieldPath is written in terms of, defaults to "v1".
fieldPathstring✅Path of the field to select in the specified API version.

↩ ParentPostgresCluster.spec.config.files[index].downwardAPI.items[index].resourceFieldRef

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

nametyperequireddescription
containerNamestring❌Container name: required for volumes, optional for env vars
divisorint or string❌Specifies the output format of the exposed resources, defaults to "1"
resourcestring✅Required: resource to select

↩ ParentPostgresCluster.spec.config.files[index].secret

information about the secret data to project

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret or its key must be defined

↩ ParentPostgresCluster.spec.config.files[index].secret.items[index]

If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.config.files[index].serviceAccountToken

information about the serviceAccountToken data to project

nametyperequireddescription
audiencestring❌Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.
expirationSecondsinteger❌ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
pathstring✅Path is the path relative to the mount point of the file to project the token into.

↩ ParentPostgresCluster.spec.customReplicationTLSSecret

The secret containing the replication client certificates and keys for secure connections to the PostgreSQL server. It will need to contain the client TLS certificate, TLS key and the Certificate Authority certificate with the data keys set to tls.crt, tls.key and ca.crt, respectively. NOTE: If CustomReplicationClientTLSSecret is provided, CustomTLSSecret MUST be provided and the ca.crt provided must be the same.

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret or its key must be defined

↩ ParentPostgresCluster.spec.customReplicationTLSSecret.items[index]

If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.customTLSSecret

The secret containing the Certificates and Keys to encrypt PostgreSQL traffic will need to contain the server TLS certificate, TLS key and the Certificate Authority certificate with the data keys set to tls.crt, tls.key and ca.crt, respectively. It will then be mounted as a volume projection to the '/pgconf/tls' directory. For more information on Kubernetes secret projections, please see https://k8s.io/docs/concepts/configuration/secret/#projection-of-secret-keys-to-specific-paths NOTE: If CustomTLSSecret is provided, CustomReplicationClientTLSSecret MUST be provided and the ca.crt provided must be the same.

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret or its key must be defined

↩ ParentPostgresCluster.spec.customTLSSecret.items[index]

If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.dataSource

Specifies a data source for bootstrapping the PostgreSQL cluster.

nametyperequireddescription
pgbackrestobject❌Defines a pgBackRest cloud-based data source that can be used to pre-populate the the PostgreSQL data directory for a new PostgreSQL cluster using a pgBackRest restore. The PGBackRest field is incompatible with the PostgresCluster field: only one data source can be used for pre-populating a new PostgreSQL cluster
postgresClusterobject❌Defines a pgBackRest data source that can be used to pre-populate the PostgreSQL data directory for a new PostgreSQL cluster using a pgBackRest restore. The PGBackRest field is incompatible with the PostgresCluster field: only one data source can be used for pre-populating a new PostgreSQL cluster
volumesobject❌Defines any existing volumes to reuse for this PostgresCluster.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest

Defines a pgBackRest cloud-based data source that can be used to pre-populate the the PostgreSQL data directory for a new PostgreSQL cluster using a pgBackRest restore. The PGBackRest field is incompatible with the PostgresCluster field: only one data source can be used for pre-populating a new PostgreSQL cluster

nametyperequireddescription
affinityobject❌Scheduling constraints of the pgBackRest restore Job. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node
configuration[]object❌Projected volumes containing custom pgBackRest configuration. These files are mounted under "/etc/pgbackrest/conf.d" alongside any pgBackRest configuration generated by the PostgreSQL Operator: https://pgbackrest.org/configuration.html
globalmap[string]: string❌Global pgBackRest configuration settings. These settings are included in the "global" section of the pgBackRest configuration generated by the PostgreSQL Operator, and then mounted under "/etc/pgbackrest/conf.d": https://pgbackrest.org/configuration.html
options[]string❌Command line options to include when running the pgBackRest restore command. https://pgbackrest.org/command.html#command-restore
priorityClassNamestring❌Priority class name for the pgBackRest restore Job pod. Changing this value causes PostgreSQL to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
repoobject✅Defines a pgBackRest repository
resourcesobject❌Resource requirements for the pgBackRest restore Job.
stanzastring✅The name of an existing pgBackRest stanza to use as the data source for the new PostgresCluster. Defaults to db if not provided.
tolerations[]object❌Tolerations of the pgBackRest restore Job. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity

Scheduling constraints of the pgBackRest restore Job. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node

nametyperequireddescription
nodeAffinityobject❌Describes node affinity scheduling rules for the pod.
podAffinityobject❌Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).
podAntiAffinityobject❌Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.nodeAffinity

Describes node affinity scheduling rules for the pod.

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecutionobject❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
preferenceobject✅A node selector term, associated with the corresponding weight.
weightinteger✅Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference

A node selector term, associated with the corresponding weight.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

nametyperequireddescription
nodeSelectorTerms[]object✅Required. A list of node selector terms. The terms are ORed.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index]

Required. A list of node selector terms. The terms are ORed.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAffinity

Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAntiAffinity

Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.configuration[index]

Projected volumes containing custom pgBackRest configuration. These files are mounted under "/etc/pgbackrest/conf.d" alongside any pgBackRest configuration generated by the PostgreSQL Operator: https://pgbackrest.org/configuration.html

nametyperequireddescription
configMapobject❌information about the configMap data to project
downwardAPIobject❌information about the downwardAPI data to project
secretobject❌information about the secret data to project
serviceAccountTokenobject❌information about the serviceAccountToken data to project

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.configuration[index].configMap

information about the configMap data to project

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the ConfigMap or its keys must be defined

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.configuration[index].configMap.items[index]

If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.configuration[index].downwardAPI

information about the downwardAPI data to project

nametyperequireddescription
items[]object❌Items is a list of DownwardAPIVolume file

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.configuration[index].downwardAPI.items[index]

Items is a list of DownwardAPIVolume file

nametyperequireddescription
fieldRefobject❌Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
modeinteger❌Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'
resourceFieldRefobject❌Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.configuration[index].downwardAPI.items[index].fieldRef

Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.

nametyperequireddescription
apiVersionstring❌Version of the schema the FieldPath is written in terms of, defaults to "v1".
fieldPathstring✅Path of the field to select in the specified API version.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.configuration[index].downwardAPI.items[index].resourceFieldRef

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

nametyperequireddescription
containerNamestring❌Container name: required for volumes, optional for env vars
divisorint or string❌Specifies the output format of the exposed resources, defaults to "1"
resourcestring✅Required: resource to select

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.configuration[index].secret

information about the secret data to project

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret or its key must be defined

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.configuration[index].secret.items[index]

If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.configuration[index].serviceAccountToken

information about the serviceAccountToken data to project

nametyperequireddescription
audiencestring❌Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.
expirationSecondsinteger❌ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
pathstring✅Path is the path relative to the mount point of the file to project the token into.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.repo

Defines a pgBackRest repository

nametyperequireddescription
azureobject❌Represents a pgBackRest repository that is created using Azure storage
gcsobject❌Represents a pgBackRest repository that is created using Google Cloud Storage
namestring✅The name of the the repository
s3object❌RepoS3 represents a pgBackRest repository that is created using AWS S3 (or S3-compatible) storage
schedulesobject❌Defines the schedules for the pgBackRest backups Full, Differential and Incremental backup types are supported: https://pgbackrest.org/user-guide.html#concept/backup
volumeobject❌Represents a pgBackRest repository that is created using a PersistentVolumeClaim

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.repo.azure

Represents a pgBackRest repository that is created using Azure storage

nametyperequireddescription
containerstring✅The Azure container utilized for the repository

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.repo.gcs

Represents a pgBackRest repository that is created using Google Cloud Storage

nametyperequireddescription
bucketstring✅The GCS bucket utilized for the repository

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.repo.s3

RepoS3 represents a pgBackRest repository that is created using AWS S3 (or S3-compatible) storage

nametyperequireddescription
bucketstring✅The S3 bucket utilized for the repository
endpointstring✅A valid endpoint corresponding to the specified region
regionstring✅The region corresponding to the S3 bucket

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.repo.schedules

Defines the schedules for the pgBackRest backups Full, Differential and Incremental backup types are supported: https://pgbackrest.org/user-guide.html#concept/backup

nametyperequireddescription
differentialstring❌Defines the Cron schedule for a differential pgBackRest backup. Follows the standard Cron schedule syntax: https://k8s.io/docs/concepts/workloads/controllers/cron-jobs/#cron-schedule-syntax
fullstring❌Defines the Cron schedule for a full pgBackRest backup. Follows the standard Cron schedule syntax: https://k8s.io/docs/concepts/workloads/controllers/cron-jobs/#cron-schedule-syntax
incrementalstring❌Defines the Cron schedule for an incremental pgBackRest backup. Follows the standard Cron schedule syntax: https://k8s.io/docs/concepts/workloads/controllers/cron-jobs/#cron-schedule-syntax

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.repo.volume

Represents a pgBackRest repository that is created using a PersistentVolumeClaim

nametyperequireddescription
volumeClaimSpecobject✅Defines a PersistentVolumeClaim spec used to create and/or bind a volume

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.repo.volume.volumeClaimSpec

Defines a PersistentVolumeClaim spec used to create and/or bind a volume

nametyperequireddescription
accessModes[]string❌AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
dataSourceobject❌This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.
resourcesobject❌Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
selectorobject❌A label query over volumes to consider for binding.
storageClassNamestring❌Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
volumeModestring❌volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.
volumeNamestring❌VolumeName is the binding reference to the PersistentVolume backing this claim.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.repo.volume.volumeClaimSpec.dataSource

This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.

nametyperequireddescription
apiGroupstring❌APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
kindstring✅Kind is the type of resource being referenced
namestring✅Name is the name of resource being referenced

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.repo.volume.volumeClaimSpec.resources

Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.repo.volume.volumeClaimSpec.selector

A label query over volumes to consider for binding.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.repo.volume.volumeClaimSpec.selector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.resources

Resource requirements for the pgBackRest restore Job.

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.dataSource.pgbackrest.tolerations[index]

Tolerations of the pgBackRest restore Job. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration

nametyperequireddescription
effectstring❌Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
keystring❌Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.
operatorstring❌Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
tolerationSecondsinteger❌TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
valuestring❌Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster

Defines a pgBackRest data source that can be used to pre-populate the PostgreSQL data directory for a new PostgreSQL cluster using a pgBackRest restore. The PGBackRest field is incompatible with the PostgresCluster field: only one data source can be used for pre-populating a new PostgreSQL cluster

nametyperequireddescription
affinityobject❌Scheduling constraints of the pgBackRest restore Job. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node
clusterNamestring❌The name of an existing PostgresCluster to use as the data source for the new PostgresCluster. Defaults to the name of the PostgresCluster being created if not provided.
clusterNamespacestring❌The namespace of the cluster specified as the data source using the clusterName field. Defaults to the namespace of the PostgresCluster being created if not provided.
options[]string❌Command line options to include when running the pgBackRest restore command. https://pgbackrest.org/command.html#command-restore
priorityClassNamestring❌Priority class name for the pgBackRest restore Job pod. Changing this value causes PostgreSQL to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
repoNamestring✅The name of the pgBackRest repo within the source PostgresCluster that contains the backups that should be utilized to perform a pgBackRest restore when initializing the data source for the new PostgresCluster.
resourcesobject❌Resource requirements for the pgBackRest restore Job.
tolerations[]object❌Tolerations of the pgBackRest restore Job. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity

Scheduling constraints of the pgBackRest restore Job. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node

nametyperequireddescription
nodeAffinityobject❌Describes node affinity scheduling rules for the pod.
podAffinityobject❌Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).
podAntiAffinityobject❌Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.nodeAffinity

Describes node affinity scheduling rules for the pod.

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecutionobject❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
preferenceobject✅A node selector term, associated with the corresponding weight.
weightinteger✅Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference

A node selector term, associated with the corresponding weight.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

nametyperequireddescription
nodeSelectorTerms[]object✅Required. A list of node selector terms. The terms are ORed.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index]

Required. A list of node selector terms. The terms are ORed.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAffinity

Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAntiAffinity

Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.resources

Resource requirements for the pgBackRest restore Job.

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.dataSource.postgresCluster.tolerations[index]

Tolerations of the pgBackRest restore Job. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration

nametyperequireddescription
effectstring❌Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
keystring❌Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.
operatorstring❌Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
tolerationSecondsinteger❌TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
valuestring❌Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

↩ ParentPostgresCluster.spec.dataSource.volumes

Defines any existing volumes to reuse for this PostgresCluster.

nametyperequireddescription
pgBackRestVolumeobject❌Defines the existing pgBackRest repo volume and directory to use in the current PostgresCluster.
pgDataVolumeobject❌Defines the existing pgData volume and directory to use in the current PostgresCluster.
pgWALVolumeobject❌Defines the existing pg_wal volume and directory to use in the current PostgresCluster. Note that a defined pg_wal volume MUST be accompanied by a pgData volume.

↩ ParentPostgresCluster.spec.dataSource.volumes.pgBackRestVolume

Defines the existing pgBackRest repo volume and directory to use in the current PostgresCluster.

nametyperequireddescription
directorystring❌The existing directory. When not set, a move Job is not created for the associated volume.
pvcNamestring✅The existing PVC name.

↩ ParentPostgresCluster.spec.dataSource.volumes.pgDataVolume

Defines the existing pgData volume and directory to use in the current PostgresCluster.

nametyperequireddescription
directorystring❌The existing directory. When not set, a move Job is not created for the associated volume.
pvcNamestring✅The existing PVC name.

↩ ParentPostgresCluster.spec.dataSource.volumes.pgWALVolume

Defines the existing pg_wal volume and directory to use in the current PostgresCluster. Note that a defined pg_wal volume MUST be accompanied by a pgData volume.

nametyperequireddescription
directorystring❌The existing directory. When not set, a move Job is not created for the associated volume.
pvcNamestring✅The existing PVC name.

↩ ParentPostgresCluster.spec.databaseInitSQL

DatabaseInitSQL defines a ConfigMap containing custom SQL that will be run after the cluster is initialized. This ConfigMap must be in the same namespace as the cluster.

nametyperequireddescription
keystring✅Key is the ConfigMap data key that points to a SQL string
namestring✅Name is the name of a ConfigMap

↩ ParentPostgresCluster.spec.imagePullSecrets[index]

The image pull secrets used to pull from a private registry Changing this value causes all running pods to restart. https://k8s.io/docs/tasks/configure-pod-container/pull-image-private-registry/

nametyperequireddescription
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

↩ ParentPostgresCluster.spec.instances[index]

Specifies one or more sets of PostgreSQL pods that replicate data for this cluster.

nametyperequireddescription
affinityobject❌Scheduling constraints of a PostgreSQL pod. Changing this value causes PostgreSQL to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node
containers[]object❌Custom sidecars for PostgreSQL instance pods. Changing this value causes PostgreSQL to restart.
dataVolumeClaimSpecobject✅Defines a PersistentVolumeClaim for PostgreSQL data. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes
metadataobject❌Metadata contains metadata for PostgresCluster resources
minAvailableint or string❌Minimum number of pods that should be available at a time. Defaults to one when the replicas field is greater than one.
namestring❌Name that associates this set of PostgreSQL pods. This field is optional when only one instance set is defined. Each instance set in a cluster must have a unique name. The combined length of this and the cluster name must be 46 characters or less.
priorityClassNamestring❌Priority class name for the PostgreSQL pod. Changing this value causes PostgreSQL to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
replicasinteger❌Number of desired PostgreSQL pods.
resourcesobject❌Compute resources of a PostgreSQL container.
sidecarsobject❌Configuration for instance sidecar containers
tolerations[]object❌Tolerations of a PostgreSQL pod. Changing this value causes PostgreSQL to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration
topologySpreadConstraints[]object❌Topology spread constraints of a PostgreSQL pod. Changing this value causes PostgreSQL to restart. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
walVolumeClaimSpecobject❌Defines a separate PersistentVolumeClaim for PostgreSQL's write-ahead log. More info: https://www.postgresql.org/docs/current/wal.html

↩ ParentPostgresCluster.spec.instances[index].affinity

Scheduling constraints of a PostgreSQL pod. Changing this value causes PostgreSQL to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node

nametyperequireddescription
nodeAffinityobject❌Describes node affinity scheduling rules for the pod.
podAffinityobject❌Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).
podAntiAffinityobject❌Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

↩ ParentPostgresCluster.spec.instances[index].affinity.nodeAffinity

Describes node affinity scheduling rules for the pod.

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecutionobject❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

↩ ParentPostgresCluster.spec.instances[index].affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
preferenceobject✅A node selector term, associated with the corresponding weight.
weightinteger✅Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.instances[index].affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference

A node selector term, associated with the corresponding weight.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.instances[index].affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.instances[index].affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.instances[index].affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

nametyperequireddescription
nodeSelectorTerms[]object✅Required. A list of node selector terms. The terms are ORed.

↩ ParentPostgresCluster.spec.instances[index].affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index]

Required. A list of node selector terms. The terms are ORed.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.instances[index].affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.instances[index].affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAffinity

Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAntiAffinity

Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.instances[index].affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.instances[index].containers[index]

Custom sidecars for PostgreSQL instance pods. Changing this value causes PostgreSQL to restart.

nametyperequireddescription
args[]string❌Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
command[]string❌Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
env[]object❌List of environment variables to set in the container. Cannot be updated.
envFrom[]object❌List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.
imagestring❌Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.
imagePullPolicystring❌Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
lifecycleobject❌Actions that the management system should take in response to container lifecycle events. Cannot be updated.
livenessProbeobject❌Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
namestring✅Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.
ports[]object❌List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Cannot be updated.
readinessProbeobject❌Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
resourcesobject❌Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
securityContextobject❌Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
startupProbeobject❌StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
stdinboolean❌Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.
stdinOnceboolean❌Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false
terminationMessagePathstring❌Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.
terminationMessagePolicystring❌Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.
ttyboolean❌Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.
volumeDevices[]object❌volumeDevices is the list of block devices to be used by the container.
volumeMounts[]object❌Pod volumes to mount into the container's filesystem. Cannot be updated.
workingDirstring❌Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

↩ ParentPostgresCluster.spec.instances[index].containers[index].env[index]

List of environment variables to set in the container. Cannot be updated.

nametyperequireddescription
namestring✅Name of the environment variable. Must be a C_IDENTIFIER.
valuestring❌Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "".
valueFromobject❌Source for the environment variable's value. Cannot be used if value is not empty.

↩ ParentPostgresCluster.spec.instances[index].containers[index].env[index].valueFrom

Source for the environment variable's value. Cannot be used if value is not empty.

nametyperequireddescription
configMapKeyRefobject❌Selects a key of a ConfigMap.
fieldRefobject❌Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels['<KEY>'], metadata.annotations['<KEY>'], spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
resourceFieldRefobject❌Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
secretKeyRefobject❌Selects a key of a secret in the pod's namespace

↩ ParentPostgresCluster.spec.instances[index].containers[index].env[index].valueFrom.configMapKeyRef

Selects a key of a ConfigMap.

nametyperequireddescription
keystring✅The key to select.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the ConfigMap or its key must be defined

↩ ParentPostgresCluster.spec.instances[index].containers[index].env[index].valueFrom.fieldRef

Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels['<KEY>'], metadata.annotations['<KEY>'], spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.

nametyperequireddescription
apiVersionstring❌Version of the schema the FieldPath is written in terms of, defaults to "v1".
fieldPathstring✅Path of the field to select in the specified API version.

↩ ParentPostgresCluster.spec.instances[index].containers[index].env[index].valueFrom.resourceFieldRef

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.

nametyperequireddescription
containerNamestring❌Container name: required for volumes, optional for env vars
divisorint or string❌Specifies the output format of the exposed resources, defaults to "1"
resourcestring✅Required: resource to select

↩ ParentPostgresCluster.spec.instances[index].containers[index].env[index].valueFrom.secretKeyRef

Selects a key of a secret in the pod's namespace

nametyperequireddescription
keystring✅The key of the secret to select from. Must be a valid secret key.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret or its key must be defined

↩ ParentPostgresCluster.spec.instances[index].containers[index].envFrom[index]

List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

nametyperequireddescription
configMapRefobject❌The ConfigMap to select from
prefixstring❌An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
secretRefobject❌The Secret to select from

↩ ParentPostgresCluster.spec.instances[index].containers[index].envFrom[index].configMapRef

The ConfigMap to select from

nametyperequireddescription
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the ConfigMap must be defined

↩ ParentPostgresCluster.spec.instances[index].containers[index].envFrom[index].secretRef

The Secret to select from

nametyperequireddescription
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret must be defined

↩ ParentPostgresCluster.spec.instances[index].containers[index].lifecycle

Actions that the management system should take in response to container lifecycle events. Cannot be updated.

nametyperequireddescription
postStartobject❌PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
preStopobject❌PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The reason for termination is passed to the handler. The Pod's termination grace period countdown begins before the PreStop hooked is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period. Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

↩ ParentPostgresCluster.spec.instances[index].containers[index].lifecycle.postStart

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

nametyperequireddescription
execobject❌One and only one of the following should be specified. Exec specifies the action to take.
httpGetobject❌HTTPGet specifies the http request to perform.
tcpSocketobject❌TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

↩ ParentPostgresCluster.spec.instances[index].containers[index].lifecycle.postStart.exec

One and only one of the following should be specified. Exec specifies the action to take.

nametyperequireddescription
command[]string❌Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('

↩ ParentPostgresCluster.spec.instances[index].containers[index].lifecycle.postStart.httpGet

HTTPGet specifies the http request to perform.

nametyperequireddescription
hoststring❌Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
httpHeaders[]object❌Custom headers to set in the request. HTTP allows repeated headers.
pathstring❌Path to access on the HTTP server.
portint or string✅Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
schemestring❌Scheme to use for connecting to the host. Defaults to HTTP.

↩ ParentPostgresCluster.spec.instances[index].containers[index].lifecycle.postStart.httpGet.httpHeaders[index]

Custom headers to set in the request. HTTP allows repeated headers.

nametyperequireddescription
namestring✅The header field name
valuestring✅The header field value

↩ ParentPostgresCluster.spec.instances[index].containers[index].lifecycle.postStart.tcpSocket

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

nametyperequireddescription
hoststring❌Optional: Host name to connect to, defaults to the pod IP.
portint or string✅Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

↩ ParentPostgresCluster.spec.instances[index].containers[index].lifecycle.preStop

PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The reason for termination is passed to the handler. The Pod's termination grace period countdown begins before the PreStop hooked is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period. Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

nametyperequireddescription
execobject❌One and only one of the following should be specified. Exec specifies the action to take.
httpGetobject❌HTTPGet specifies the http request to perform.
tcpSocketobject❌TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

↩ ParentPostgresCluster.spec.instances[index].containers[index].lifecycle.preStop.exec

One and only one of the following should be specified. Exec specifies the action to take.

nametyperequireddescription
command[]string❌Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('

↩ ParentPostgresCluster.spec.instances[index].containers[index].lifecycle.preStop.httpGet

HTTPGet specifies the http request to perform.

nametyperequireddescription
hoststring❌Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
httpHeaders[]object❌Custom headers to set in the request. HTTP allows repeated headers.
pathstring❌Path to access on the HTTP server.
portint or string✅Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
schemestring❌Scheme to use for connecting to the host. Defaults to HTTP.

↩ ParentPostgresCluster.spec.instances[index].containers[index].lifecycle.preStop.httpGet.httpHeaders[index]

Custom headers to set in the request. HTTP allows repeated headers.

nametyperequireddescription
namestring✅The header field name
valuestring✅The header field value

↩ ParentPostgresCluster.spec.instances[index].containers[index].lifecycle.preStop.tcpSocket

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

nametyperequireddescription
hoststring❌Optional: Host name to connect to, defaults to the pod IP.
portint or string✅Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

↩ ParentPostgresCluster.spec.instances[index].containers[index].livenessProbe

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

nametyperequireddescription
execobject❌One and only one of the following should be specified. Exec specifies the action to take.
failureThresholdinteger❌Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
httpGetobject❌HTTPGet specifies the http request to perform.
initialDelaySecondsinteger❌Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
periodSecondsinteger❌How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
successThresholdinteger❌Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.
tcpSocketobject❌TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported
timeoutSecondsinteger❌Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

↩ ParentPostgresCluster.spec.instances[index].containers[index].livenessProbe.exec

One and only one of the following should be specified. Exec specifies the action to take.

nametyperequireddescription
command[]string❌Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('

↩ ParentPostgresCluster.spec.instances[index].containers[index].livenessProbe.httpGet

HTTPGet specifies the http request to perform.

nametyperequireddescription
hoststring❌Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
httpHeaders[]object❌Custom headers to set in the request. HTTP allows repeated headers.
pathstring❌Path to access on the HTTP server.
portint or string✅Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
schemestring❌Scheme to use for connecting to the host. Defaults to HTTP.

↩ ParentPostgresCluster.spec.instances[index].containers[index].livenessProbe.httpGet.httpHeaders[index]

Custom headers to set in the request. HTTP allows repeated headers.

nametyperequireddescription
namestring✅The header field name
valuestring✅The header field value

↩ ParentPostgresCluster.spec.instances[index].containers[index].livenessProbe.tcpSocket

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

nametyperequireddescription
hoststring❌Optional: Host name to connect to, defaults to the pod IP.
portint or string✅Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

↩ ParentPostgresCluster.spec.instances[index].containers[index].ports[index]

List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Cannot be updated.

nametyperequireddescription
containerPortinteger✅Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.
hostIPstring❌What host IP to bind the external port to.
hostPortinteger❌Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.
namestring❌If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.
protocolstring❌Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".

↩ ParentPostgresCluster.spec.instances[index].containers[index].readinessProbe

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

nametyperequireddescription
execobject❌One and only one of the following should be specified. Exec specifies the action to take.
failureThresholdinteger❌Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
httpGetobject❌HTTPGet specifies the http request to perform.
initialDelaySecondsinteger❌Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
periodSecondsinteger❌How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
successThresholdinteger❌Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.
tcpSocketobject❌TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported
timeoutSecondsinteger❌Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

↩ ParentPostgresCluster.spec.instances[index].containers[index].readinessProbe.exec

One and only one of the following should be specified. Exec specifies the action to take.

nametyperequireddescription
command[]string❌Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('

↩ ParentPostgresCluster.spec.instances[index].containers[index].readinessProbe.httpGet

HTTPGet specifies the http request to perform.

nametyperequireddescription
hoststring❌Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
httpHeaders[]object❌Custom headers to set in the request. HTTP allows repeated headers.
pathstring❌Path to access on the HTTP server.
portint or string✅Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
schemestring❌Scheme to use for connecting to the host. Defaults to HTTP.

↩ ParentPostgresCluster.spec.instances[index].containers[index].readinessProbe.httpGet.httpHeaders[index]

Custom headers to set in the request. HTTP allows repeated headers.

nametyperequireddescription
namestring✅The header field name
valuestring✅The header field value

↩ ParentPostgresCluster.spec.instances[index].containers[index].readinessProbe.tcpSocket

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

nametyperequireddescription
hoststring❌Optional: Host name to connect to, defaults to the pod IP.
portint or string✅Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

↩ ParentPostgresCluster.spec.instances[index].containers[index].resources

Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.instances[index].containers[index].securityContext

Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/

nametyperequireddescription
allowPrivilegeEscalationboolean❌AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN
capabilitiesobject❌The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime.
privilegedboolean❌Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false.
procMountstring❌procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled.
readOnlyRootFilesystemboolean❌Whether this container has a read-only root filesystem. Default is false.
runAsGroupinteger❌The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
runAsNonRootboolean❌Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
runAsUserinteger❌The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
seLinuxOptionsobject❌The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
seccompProfileobject❌The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options.
windowsOptionsobject❌The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

↩ ParentPostgresCluster.spec.instances[index].containers[index].securityContext.capabilities

The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime.

nametyperequireddescription
add[]string❌Added capabilities
drop[]string❌Removed capabilities

↩ ParentPostgresCluster.spec.instances[index].containers[index].securityContext.seLinuxOptions

The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

nametyperequireddescription
levelstring❌Level is SELinux level label that applies to the container.
rolestring❌Role is a SELinux role label that applies to the container.
typestring❌Type is a SELinux type label that applies to the container.
userstring❌User is a SELinux user label that applies to the container.

↩ ParentPostgresCluster.spec.instances[index].containers[index].securityContext.seccompProfile

The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options.

nametyperequireddescription
localhostProfilestring❌localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost".
typestring✅type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

↩ ParentPostgresCluster.spec.instances[index].containers[index].securityContext.windowsOptions

The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

nametyperequireddescription
gmsaCredentialSpecstring❌GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.
gmsaCredentialSpecNamestring❌GMSACredentialSpecName is the name of the GMSA credential spec to use.
runAsUserNamestring❌The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

↩ ParentPostgresCluster.spec.instances[index].containers[index].startupProbe

StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

nametyperequireddescription
execobject❌One and only one of the following should be specified. Exec specifies the action to take.
failureThresholdinteger❌Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
httpGetobject❌HTTPGet specifies the http request to perform.
initialDelaySecondsinteger❌Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
periodSecondsinteger❌How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
successThresholdinteger❌Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.
tcpSocketobject❌TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported
timeoutSecondsinteger❌Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

↩ ParentPostgresCluster.spec.instances[index].containers[index].startupProbe.exec

One and only one of the following should be specified. Exec specifies the action to take.

nametyperequireddescription
command[]string❌Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('

↩ ParentPostgresCluster.spec.instances[index].containers[index].startupProbe.httpGet

HTTPGet specifies the http request to perform.

nametyperequireddescription
hoststring❌Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
httpHeaders[]object❌Custom headers to set in the request. HTTP allows repeated headers.
pathstring❌Path to access on the HTTP server.
portint or string✅Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
schemestring❌Scheme to use for connecting to the host. Defaults to HTTP.

↩ ParentPostgresCluster.spec.instances[index].containers[index].startupProbe.httpGet.httpHeaders[index]

Custom headers to set in the request. HTTP allows repeated headers.

nametyperequireddescription
namestring✅The header field name
valuestring✅The header field value

↩ ParentPostgresCluster.spec.instances[index].containers[index].startupProbe.tcpSocket

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

nametyperequireddescription
hoststring❌Optional: Host name to connect to, defaults to the pod IP.
portint or string✅Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

↩ ParentPostgresCluster.spec.instances[index].containers[index].volumeDevices[index]

volumeDevices is the list of block devices to be used by the container.

nametyperequireddescription
devicePathstring✅devicePath is the path inside of the container that the device will be mapped to.
namestring✅name must match the name of a persistentVolumeClaim in the pod

↩ ParentPostgresCluster.spec.instances[index].containers[index].volumeMounts[index]

Pod volumes to mount into the container's filesystem. Cannot be updated.

nametyperequireddescription
mountPathstring✅Path within the container at which the volume should be mounted. Must not contain ':'.
mountPropagationstring❌mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.
namestring✅This must match the Name of a Volume.
readOnlyboolean❌Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.
subPathstring❌Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
subPathExprstring❌Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.

↩ ParentPostgresCluster.spec.instances[index].dataVolumeClaimSpec

Defines a PersistentVolumeClaim for PostgreSQL data. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes

nametyperequireddescription
accessModes[]string✅AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
dataSourceobject❌This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.
resourcesobject✅Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
selectorobject❌A label query over volumes to consider for binding.
storageClassNamestring❌Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
volumeModestring❌volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.
volumeNamestring❌VolumeName is the binding reference to the PersistentVolume backing this claim.

↩ ParentPostgresCluster.spec.instances[index].dataVolumeClaimSpec.dataSource

This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.

nametyperequireddescription
apiGroupstring❌APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
kindstring✅Kind is the type of resource being referenced
namestring✅Name is the name of resource being referenced

↩ ParentPostgresCluster.spec.instances[index].dataVolumeClaimSpec.resources

Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string✅Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.instances[index].dataVolumeClaimSpec.selector

A label query over volumes to consider for binding.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.instances[index].dataVolumeClaimSpec.selector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.instances[index].metadata

Metadata contains metadata for PostgresCluster resources

nametyperequireddescription
annotationsmap[string]: string❌undefined
labelsmap[string]: string❌undefined

↩ ParentPostgresCluster.spec.instances[index].resources

Compute resources of a PostgreSQL container.

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.instances[index].sidecars

Configuration for instance sidecar containers

nametyperequireddescription
replicaCertCopyobject❌Defines the configuration for the replica cert copy sidecar container

↩ ParentPostgresCluster.spec.instances[index].sidecars.replicaCertCopy

Defines the configuration for the replica cert copy sidecar container

nametyperequireddescription
resourcesobject❌Resource requirements for a sidecar container

↩ ParentPostgresCluster.spec.instances[index].sidecars.replicaCertCopy.resources

Resource requirements for a sidecar container

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.instances[index].tolerations[index]

Tolerations of a PostgreSQL pod. Changing this value causes PostgreSQL to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration

nametyperequireddescription
effectstring❌Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
keystring❌Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.
operatorstring❌Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
tolerationSecondsinteger❌TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
valuestring❌Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

↩ ParentPostgresCluster.spec.instances[index].topologySpreadConstraints[index]

Topology spread constraints of a PostgreSQL pod. Changing this value causes PostgreSQL to restart. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/

nametyperequireddescription
labelSelectorobject❌LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain.
maxSkewinteger✅MaxSkew describes the degree to which pods may be unevenly distributed. When whenUnsatisfiable=DoNotSchedule, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 1/1/0:
topologyKeystring✅TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each <key, value> as a "bucket", and try to put balanced number of pods into each bucket. It's a required field.
whenUnsatisfiablestring✅WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location, but giving higher precedence to topologies that would help reduce the skew. A constraint is considered "Unsatisfiable" for an incoming pod if and only if every possible node assigment for that pod would violate "MaxSkew" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1:

↩ ParentPostgresCluster.spec.instances[index].topologySpreadConstraints[index].labelSelector

LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.instances[index].topologySpreadConstraints[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.instances[index].walVolumeClaimSpec

Defines a separate PersistentVolumeClaim for PostgreSQL's write-ahead log. More info: https://www.postgresql.org/docs/current/wal.html

nametyperequireddescription
accessModes[]string✅AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
dataSourceobject❌This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.
resourcesobject✅Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
selectorobject❌A label query over volumes to consider for binding.
storageClassNamestring❌Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
volumeModestring❌volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.
volumeNamestring❌VolumeName is the binding reference to the PersistentVolume backing this claim.

↩ ParentPostgresCluster.spec.instances[index].walVolumeClaimSpec.dataSource

This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.

nametyperequireddescription
apiGroupstring❌APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
kindstring✅Kind is the type of resource being referenced
namestring✅Name is the name of resource being referenced

↩ ParentPostgresCluster.spec.instances[index].walVolumeClaimSpec.resources

Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string✅Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.instances[index].walVolumeClaimSpec.selector

A label query over volumes to consider for binding.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.instances[index].walVolumeClaimSpec.selector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.metadata

Metadata contains metadata for PostgresCluster resources

nametyperequireddescription
annotationsmap[string]: string❌undefined
labelsmap[string]: string❌undefined

↩ ParentPostgresCluster.spec.monitoring

The specification of monitoring tools that connect to PostgreSQL

nametyperequireddescription
pgmonitorobject❌PGMonitorSpec defines the desired state of the pgMonitor tool suite

↩ ParentPostgresCluster.spec.monitoring.pgmonitor

PGMonitorSpec defines the desired state of the pgMonitor tool suite

nametyperequireddescription
exporterobject❌undefined

↩ ParentPostgresCluster.spec.monitoring.pgmonitor.exporter

nametyperequireddescription
configuration[]object❌Projected volumes containing custom PostgreSQL Exporter configuration. Currently supports the customization of PostgreSQL Exporter queries. If a "queries.yaml" file is detected in any volume projected using this field, it will be loaded using the "extend.query-path" flag: https://github.com/prometheus-community/postgres_exporter#flags Changing the values of field causes PostgreSQL and the exporter to restart.
imagestring❌The image name to use for crunchy-postgres-exporter containers. The image may also be set using the RELATED_IMAGE_PGEXPORTER environment variable.
resourcesobject❌Changing this value causes PostgreSQL and the exporter to restart. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers

↩ ParentPostgresCluster.spec.monitoring.pgmonitor.exporter.configuration[index]

Projected volumes containing custom PostgreSQL Exporter configuration. Currently supports the customization of PostgreSQL Exporter queries. If a "queries.yaml" file is detected in any volume projected using this field, it will be loaded using the "extend.query-path" flag: https://github.com/prometheus-community/postgres_exporter#flags Changing the values of field causes PostgreSQL and the exporter to restart.

nametyperequireddescription
configMapobject❌information about the configMap data to project
downwardAPIobject❌information about the downwardAPI data to project
secretobject❌information about the secret data to project
serviceAccountTokenobject❌information about the serviceAccountToken data to project

↩ ParentPostgresCluster.spec.monitoring.pgmonitor.exporter.configuration[index].configMap

information about the configMap data to project

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the ConfigMap or its keys must be defined

↩ ParentPostgresCluster.spec.monitoring.pgmonitor.exporter.configuration[index].configMap.items[index]

If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.monitoring.pgmonitor.exporter.configuration[index].downwardAPI

information about the downwardAPI data to project

nametyperequireddescription
items[]object❌Items is a list of DownwardAPIVolume file

↩ ParentPostgresCluster.spec.monitoring.pgmonitor.exporter.configuration[index].downwardAPI.items[index]

Items is a list of DownwardAPIVolume file

nametyperequireddescription
fieldRefobject❌Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
modeinteger❌Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'
resourceFieldRefobject❌Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

↩ ParentPostgresCluster.spec.monitoring.pgmonitor.exporter.configuration[index].downwardAPI.items[index].fieldRef

Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.

nametyperequireddescription
apiVersionstring❌Version of the schema the FieldPath is written in terms of, defaults to "v1".
fieldPathstring✅Path of the field to select in the specified API version.

↩ ParentPostgresCluster.spec.monitoring.pgmonitor.exporter.configuration[index].downwardAPI.items[index].resourceFieldRef

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

nametyperequireddescription
containerNamestring❌Container name: required for volumes, optional for env vars
divisorint or string❌Specifies the output format of the exposed resources, defaults to "1"
resourcestring✅Required: resource to select

↩ ParentPostgresCluster.spec.monitoring.pgmonitor.exporter.configuration[index].secret

information about the secret data to project

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret or its key must be defined

↩ ParentPostgresCluster.spec.monitoring.pgmonitor.exporter.configuration[index].secret.items[index]

If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.monitoring.pgmonitor.exporter.configuration[index].serviceAccountToken

information about the serviceAccountToken data to project

nametyperequireddescription
audiencestring❌Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.
expirationSecondsinteger❌ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
pathstring✅Path is the path relative to the mount point of the file to project the token into.

↩ ParentPostgresCluster.spec.monitoring.pgmonitor.exporter.resources

Changing this value causes PostgreSQL and the exporter to restart. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.patroni

nametyperequireddescription
dynamicConfigurationobject❌Patroni dynamic configuration settings. Changes to this value will be automatically reloaded without validation. Changes to certain PostgreSQL parameters cause PostgreSQL to restart. More info: https://patroni.readthedocs.io/en/latest/SETTINGS.html
leaderLeaseDurationSecondsinteger❌TTL of the cluster leader lock. "Think of it as the length of time before initiation of the automatic failover process." Changing this value causes PostgreSQL to restart.
portinteger❌The port on which Patroni should listen. Changing this value causes PostgreSQL to restart.
switchoverobject❌Switchover gives options to perform ad hoc switchovers in a PostgresCluster.
syncPeriodSecondsinteger❌The interval for refreshing the leader lock and applying dynamicConfiguration. Must be less than leaderLeaseDurationSeconds. Changing this value causes PostgreSQL to restart.

↩ ParentPostgresCluster.spec.patroni.switchover

Switchover gives options to perform ad hoc switchovers in a PostgresCluster.

nametyperequireddescription
enabledboolean✅Whether or not the operator should allow switchovers in a PostgresCluster
targetInstancestring❌The instance that should become primary during a switchover. This field is optional when Type is "Switchover" and required when Type is "Failover". When it is not specified, a healthy replica is automatically selected.
typeSwitchover, Failover❌Type of switchover to perform. Valid options are Switchover and Failover. "Switchover" changes the primary instance of a healthy PostgresCluster. "Failover" forces a particular instance to be primary, regardless of other factors. A TargetInstance must be specified to failover. NOTE: The Failover type is reserved as the "last resort" case.

↩ ParentPostgresCluster.spec.proxy

The specification of a proxy that connects to PostgreSQL.

nametyperequireddescription
pgBouncerobject✅Defines a PgBouncer proxy and connection pooler.

↩ ParentPostgresCluster.spec.proxy.pgBouncer

Defines a PgBouncer proxy and connection pooler.

nametyperequireddescription
affinityobject❌Scheduling constraints of a PgBouncer pod. Changing this value causes PgBouncer to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node
configobject❌Configuration settings for the PgBouncer process. Changes to any of these values will be automatically reloaded without validation. Be careful, as you may put PgBouncer into an unusable state. More info: https://www.pgbouncer.org/usage.html#reload
containers[]object❌Custom sidecars for a PgBouncer pod. Changing this value causes PgBouncer to restart.
customTLSSecretobject❌A secret projection containing a certificate and key with which to encrypt connections to PgBouncer. The "tls.crt", "tls.key", and "ca.crt" paths must be PEM-encoded certificates and keys. Changing this value causes PgBouncer to restart. More info: https://kubernetes.io/docs/concepts/configuration/secret/#projection-of-secret-keys-to-specific-paths
imagestring❌Name of a container image that can run PgBouncer 1.15 or newer. Changing this value causes PgBouncer to restart. The image may also be set using the RELATED_IMAGE_PGBOUNCER environment variable. More info: https://kubernetes.io/docs/concepts/containers/images
metadataobject❌Metadata contains metadata for PostgresCluster resources
minAvailableint or string❌Minimum number of pods that should be available at a time. Defaults to one when the replicas field is greater than one.
portinteger❌Port on which PgBouncer should listen for client connections. Changing this value causes PgBouncer to restart.
priorityClassNamestring❌Priority class name for the pgBouncer pod. Changing this value causes PostgreSQL to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
replicasinteger❌Number of desired PgBouncer pods.
resourcesobject❌Compute resources of a PgBouncer container. Changing this value causes PgBouncer to restart. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers
serviceobject❌Specification of the service that exposes PgBouncer.
sidecarsobject❌Configuration for pgBouncer sidecar containers
tolerations[]object❌Tolerations of a PgBouncer pod. Changing this value causes PgBouncer to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration
topologySpreadConstraints[]object❌Topology spread constraints of a PgBouncer pod. Changing this value causes PgBouncer to restart. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity

Scheduling constraints of a PgBouncer pod. Changing this value causes PgBouncer to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node

nametyperequireddescription
nodeAffinityobject❌Describes node affinity scheduling rules for the pod.
podAffinityobject❌Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).
podAntiAffinityobject❌Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.nodeAffinity

Describes node affinity scheduling rules for the pod.

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecutionobject❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
preferenceobject✅A node selector term, associated with the corresponding weight.
weightinteger✅Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference

A node selector term, associated with the corresponding weight.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

nametyperequireddescription
nodeSelectorTerms[]object✅Required. A list of node selector terms. The terms are ORed.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index]

Required. A list of node selector terms. The terms are ORed.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAffinity

Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAntiAffinity

Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.config

Configuration settings for the PgBouncer process. Changes to any of these values will be automatically reloaded without validation. Be careful, as you may put PgBouncer into an unusable state. More info: https://www.pgbouncer.org/usage.html#reload

nametyperequireddescription
databasesmap[string]: string❌PgBouncer database definitions. The key is the database requested by a client while the value is a libpq-styled connection string. The special key "" acts as a fallback. When this field is empty, PgBouncer is configured with a single "" entry that connects to the primary PostgreSQL instance. More info: https://www.pgbouncer.org/config.html#section-databases
files[]object❌Files to mount under "/etc/pgbouncer". When specified, settings in the "pgbouncer.ini" file are loaded before all others. From there, other files may be included by absolute path. Changing these references causes PgBouncer to restart, but changes to the file contents are automatically reloaded. More info: https://www.pgbouncer.org/config.html#include-directive
globalmap[string]: string❌Settings that apply to the entire PgBouncer process. More info: https://www.pgbouncer.org/config.html
usersmap[string]: string❌Connection settings specific to particular users. More info: https://www.pgbouncer.org/config.html#section-users

↩ ParentPostgresCluster.spec.proxy.pgBouncer.config.files[index]

Files to mount under "/etc/pgbouncer". When specified, settings in the "pgbouncer.ini" file are loaded before all others. From there, other files may be included by absolute path. Changing these references causes PgBouncer to restart, but changes to the file contents are automatically reloaded. More info: https://www.pgbouncer.org/config.html#include-directive

nametyperequireddescription
configMapobject❌information about the configMap data to project
downwardAPIobject❌information about the downwardAPI data to project
secretobject❌information about the secret data to project
serviceAccountTokenobject❌information about the serviceAccountToken data to project

↩ ParentPostgresCluster.spec.proxy.pgBouncer.config.files[index].configMap

information about the configMap data to project

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the ConfigMap or its keys must be defined

↩ ParentPostgresCluster.spec.proxy.pgBouncer.config.files[index].configMap.items[index]

If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.config.files[index].downwardAPI

information about the downwardAPI data to project

nametyperequireddescription
items[]object❌Items is a list of DownwardAPIVolume file

↩ ParentPostgresCluster.spec.proxy.pgBouncer.config.files[index].downwardAPI.items[index]

Items is a list of DownwardAPIVolume file

nametyperequireddescription
fieldRefobject❌Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
modeinteger❌Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'
resourceFieldRefobject❌Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.config.files[index].downwardAPI.items[index].fieldRef

Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.

nametyperequireddescription
apiVersionstring❌Version of the schema the FieldPath is written in terms of, defaults to "v1".
fieldPathstring✅Path of the field to select in the specified API version.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.config.files[index].downwardAPI.items[index].resourceFieldRef

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

nametyperequireddescription
containerNamestring❌Container name: required for volumes, optional for env vars
divisorint or string❌Specifies the output format of the exposed resources, defaults to "1"
resourcestring✅Required: resource to select

↩ ParentPostgresCluster.spec.proxy.pgBouncer.config.files[index].secret

information about the secret data to project

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret or its key must be defined

↩ ParentPostgresCluster.spec.proxy.pgBouncer.config.files[index].secret.items[index]

If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.config.files[index].serviceAccountToken

information about the serviceAccountToken data to project

nametyperequireddescription
audiencestring❌Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.
expirationSecondsinteger❌ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
pathstring✅Path is the path relative to the mount point of the file to project the token into.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index]

Custom sidecars for a PgBouncer pod. Changing this value causes PgBouncer to restart.

nametyperequireddescription
args[]string❌Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
command[]string❌Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell
env[]object❌List of environment variables to set in the container. Cannot be updated.
envFrom[]object❌List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.
imagestring❌Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.
imagePullPolicystring❌Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
lifecycleobject❌Actions that the management system should take in response to container lifecycle events. Cannot be updated.
livenessProbeobject❌Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
namestring✅Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.
ports[]object❌List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Cannot be updated.
readinessProbeobject❌Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
resourcesobject❌Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
securityContextobject❌Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
startupProbeobject❌StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
stdinboolean❌Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.
stdinOnceboolean❌Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false
terminationMessagePathstring❌Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.
terminationMessagePolicystring❌Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.
ttyboolean❌Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.
volumeDevices[]object❌volumeDevices is the list of block devices to be used by the container.
volumeMounts[]object❌Pod volumes to mount into the container's filesystem. Cannot be updated.
workingDirstring❌Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].env[index]

List of environment variables to set in the container. Cannot be updated.

nametyperequireddescription
namestring✅Name of the environment variable. Must be a C_IDENTIFIER.
valuestring❌Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "".
valueFromobject❌Source for the environment variable's value. Cannot be used if value is not empty.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].env[index].valueFrom

Source for the environment variable's value. Cannot be used if value is not empty.

nametyperequireddescription
configMapKeyRefobject❌Selects a key of a ConfigMap.
fieldRefobject❌Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels['<KEY>'], metadata.annotations['<KEY>'], spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.
resourceFieldRefobject❌Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
secretKeyRefobject❌Selects a key of a secret in the pod's namespace

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].env[index].valueFrom.configMapKeyRef

Selects a key of a ConfigMap.

nametyperequireddescription
keystring✅The key to select.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the ConfigMap or its key must be defined

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].env[index].valueFrom.fieldRef

Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels['<KEY>'], metadata.annotations['<KEY>'], spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.

nametyperequireddescription
apiVersionstring❌Version of the schema the FieldPath is written in terms of, defaults to "v1".
fieldPathstring✅Path of the field to select in the specified API version.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].env[index].valueFrom.resourceFieldRef

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.

nametyperequireddescription
containerNamestring❌Container name: required for volumes, optional for env vars
divisorint or string❌Specifies the output format of the exposed resources, defaults to "1"
resourcestring✅Required: resource to select

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].env[index].valueFrom.secretKeyRef

Selects a key of a secret in the pod's namespace

nametyperequireddescription
keystring✅The key of the secret to select from. Must be a valid secret key.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret or its key must be defined

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].envFrom[index]

List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

nametyperequireddescription
configMapRefobject❌The ConfigMap to select from
prefixstring❌An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER.
secretRefobject❌The Secret to select from

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].envFrom[index].configMapRef

The ConfigMap to select from

nametyperequireddescription
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the ConfigMap must be defined

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].envFrom[index].secretRef

The Secret to select from

nametyperequireddescription
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret must be defined

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].lifecycle

Actions that the management system should take in response to container lifecycle events. Cannot be updated.

nametyperequireddescription
postStartobject❌PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks
preStopobject❌PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The reason for termination is passed to the handler. The Pod's termination grace period countdown begins before the PreStop hooked is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period. Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].lifecycle.postStart

PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

nametyperequireddescription
execobject❌One and only one of the following should be specified. Exec specifies the action to take.
httpGetobject❌HTTPGet specifies the http request to perform.
tcpSocketobject❌TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].lifecycle.postStart.exec

One and only one of the following should be specified. Exec specifies the action to take.

nametyperequireddescription
command[]string❌Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].lifecycle.postStart.httpGet

HTTPGet specifies the http request to perform.

nametyperequireddescription
hoststring❌Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
httpHeaders[]object❌Custom headers to set in the request. HTTP allows repeated headers.
pathstring❌Path to access on the HTTP server.
portint or string✅Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
schemestring❌Scheme to use for connecting to the host. Defaults to HTTP.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].lifecycle.postStart.httpGet.httpHeaders[index]

Custom headers to set in the request. HTTP allows repeated headers.

nametyperequireddescription
namestring✅The header field name
valuestring✅The header field value

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].lifecycle.postStart.tcpSocket

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

nametyperequireddescription
hoststring❌Optional: Host name to connect to, defaults to the pod IP.
portint or string✅Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].lifecycle.preStop

PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The reason for termination is passed to the handler. The Pod's termination grace period countdown begins before the PreStop hooked is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period. Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks

nametyperequireddescription
execobject❌One and only one of the following should be specified. Exec specifies the action to take.
httpGetobject❌HTTPGet specifies the http request to perform.
tcpSocketobject❌TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].lifecycle.preStop.exec

One and only one of the following should be specified. Exec specifies the action to take.

nametyperequireddescription
command[]string❌Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].lifecycle.preStop.httpGet

HTTPGet specifies the http request to perform.

nametyperequireddescription
hoststring❌Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
httpHeaders[]object❌Custom headers to set in the request. HTTP allows repeated headers.
pathstring❌Path to access on the HTTP server.
portint or string✅Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
schemestring❌Scheme to use for connecting to the host. Defaults to HTTP.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].lifecycle.preStop.httpGet.httpHeaders[index]

Custom headers to set in the request. HTTP allows repeated headers.

nametyperequireddescription
namestring✅The header field name
valuestring✅The header field value

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].lifecycle.preStop.tcpSocket

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

nametyperequireddescription
hoststring❌Optional: Host name to connect to, defaults to the pod IP.
portint or string✅Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].livenessProbe

Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

nametyperequireddescription
execobject❌One and only one of the following should be specified. Exec specifies the action to take.
failureThresholdinteger❌Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
httpGetobject❌HTTPGet specifies the http request to perform.
initialDelaySecondsinteger❌Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
periodSecondsinteger❌How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
successThresholdinteger❌Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.
tcpSocketobject❌TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported
timeoutSecondsinteger❌Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].livenessProbe.exec

One and only one of the following should be specified. Exec specifies the action to take.

nametyperequireddescription
command[]string❌Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].livenessProbe.httpGet

HTTPGet specifies the http request to perform.

nametyperequireddescription
hoststring❌Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
httpHeaders[]object❌Custom headers to set in the request. HTTP allows repeated headers.
pathstring❌Path to access on the HTTP server.
portint or string✅Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
schemestring❌Scheme to use for connecting to the host. Defaults to HTTP.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].livenessProbe.httpGet.httpHeaders[index]

Custom headers to set in the request. HTTP allows repeated headers.

nametyperequireddescription
namestring✅The header field name
valuestring✅The header field value

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].livenessProbe.tcpSocket

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

nametyperequireddescription
hoststring❌Optional: Host name to connect to, defaults to the pod IP.
portint or string✅Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].ports[index]

List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Cannot be updated.

nametyperequireddescription
containerPortinteger✅Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.
hostIPstring❌What host IP to bind the external port to.
hostPortinteger❌Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.
namestring❌If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.
protocolstring❌Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].readinessProbe

Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

nametyperequireddescription
execobject❌One and only one of the following should be specified. Exec specifies the action to take.
failureThresholdinteger❌Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
httpGetobject❌HTTPGet specifies the http request to perform.
initialDelaySecondsinteger❌Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
periodSecondsinteger❌How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
successThresholdinteger❌Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.
tcpSocketobject❌TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported
timeoutSecondsinteger❌Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].readinessProbe.exec

One and only one of the following should be specified. Exec specifies the action to take.

nametyperequireddescription
command[]string❌Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].readinessProbe.httpGet

HTTPGet specifies the http request to perform.

nametyperequireddescription
hoststring❌Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
httpHeaders[]object❌Custom headers to set in the request. HTTP allows repeated headers.
pathstring❌Path to access on the HTTP server.
portint or string✅Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
schemestring❌Scheme to use for connecting to the host. Defaults to HTTP.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].readinessProbe.httpGet.httpHeaders[index]

Custom headers to set in the request. HTTP allows repeated headers.

nametyperequireddescription
namestring✅The header field name
valuestring✅The header field value

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].readinessProbe.tcpSocket

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

nametyperequireddescription
hoststring❌Optional: Host name to connect to, defaults to the pod IP.
portint or string✅Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].resources

Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].securityContext

Security options the pod should run with. More info: https://kubernetes.io/docs/concepts/policy/security-context/ More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/

nametyperequireddescription
allowPrivilegeEscalationboolean❌AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN
capabilitiesobject❌The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime.
privilegedboolean❌Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false.
procMountstring❌procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled.
readOnlyRootFilesystemboolean❌Whether this container has a read-only root filesystem. Default is false.
runAsGroupinteger❌The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
runAsNonRootboolean❌Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
runAsUserinteger❌The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
seLinuxOptionsobject❌The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
seccompProfileobject❌The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options.
windowsOptionsobject❌The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].securityContext.capabilities

The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime.

nametyperequireddescription
add[]string❌Added capabilities
drop[]string❌Removed capabilities

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].securityContext.seLinuxOptions

The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

nametyperequireddescription
levelstring❌Level is SELinux level label that applies to the container.
rolestring❌Role is a SELinux role label that applies to the container.
typestring❌Type is a SELinux type label that applies to the container.
userstring❌User is a SELinux user label that applies to the container.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].securityContext.seccompProfile

The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options.

nametyperequireddescription
localhostProfilestring❌localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost".
typestring✅type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].securityContext.windowsOptions

The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

nametyperequireddescription
gmsaCredentialSpecstring❌GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.
gmsaCredentialSpecNamestring❌GMSACredentialSpecName is the name of the GMSA credential spec to use.
runAsUserNamestring❌The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].startupProbe

StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

nametyperequireddescription
execobject❌One and only one of the following should be specified. Exec specifies the action to take.
failureThresholdinteger❌Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
httpGetobject❌HTTPGet specifies the http request to perform.
initialDelaySecondsinteger❌Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
periodSecondsinteger❌How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
successThresholdinteger❌Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.
tcpSocketobject❌TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported
timeoutSecondsinteger❌Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].startupProbe.exec

One and only one of the following should be specified. Exec specifies the action to take.

nametyperequireddescription
command[]string❌Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].startupProbe.httpGet

HTTPGet specifies the http request to perform.

nametyperequireddescription
hoststring❌Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
httpHeaders[]object❌Custom headers to set in the request. HTTP allows repeated headers.
pathstring❌Path to access on the HTTP server.
portint or string✅Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
schemestring❌Scheme to use for connecting to the host. Defaults to HTTP.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].startupProbe.httpGet.httpHeaders[index]

Custom headers to set in the request. HTTP allows repeated headers.

nametyperequireddescription
namestring✅The header field name
valuestring✅The header field value

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].startupProbe.tcpSocket

TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

nametyperequireddescription
hoststring❌Optional: Host name to connect to, defaults to the pod IP.
portint or string✅Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].volumeDevices[index]

volumeDevices is the list of block devices to be used by the container.

nametyperequireddescription
devicePathstring✅devicePath is the path inside of the container that the device will be mapped to.
namestring✅name must match the name of a persistentVolumeClaim in the pod

↩ ParentPostgresCluster.spec.proxy.pgBouncer.containers[index].volumeMounts[index]

Pod volumes to mount into the container's filesystem. Cannot be updated.

nametyperequireddescription
mountPathstring✅Path within the container at which the volume should be mounted. Must not contain ':'.
mountPropagationstring❌mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10.
namestring✅This must match the Name of a Volume.
readOnlyboolean❌Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.
subPathstring❌Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).
subPathExprstring❌Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.customTLSSecret

A secret projection containing a certificate and key with which to encrypt connections to PgBouncer. The "tls.crt", "tls.key", and "ca.crt" paths must be PEM-encoded certificates and keys. Changing this value causes PgBouncer to restart. More info: https://kubernetes.io/docs/concepts/configuration/secret/#projection-of-secret-keys-to-specific-paths

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret or its key must be defined

↩ ParentPostgresCluster.spec.proxy.pgBouncer.customTLSSecret.items[index]

If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.metadata

Metadata contains metadata for PostgresCluster resources

nametyperequireddescription
annotationsmap[string]: string❌undefined
labelsmap[string]: string❌undefined

↩ ParentPostgresCluster.spec.proxy.pgBouncer.resources

Compute resources of a PgBouncer container. Changing this value causes PgBouncer to restart. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.proxy.pgBouncer.service

Specification of the service that exposes PgBouncer.

nametyperequireddescription
metadataobject❌Metadata contains metadata for PostgresCluster resources
nodePortinteger❌The port on which this service is exposed when type is NodePort or LoadBalancer. Value must be in-range and not in use or the operation will fail. If unspecified, a port will be allocated if this Service requires one. - https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
typeClusterIP, NodePort, LoadBalancer❌More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types

↩ ParentPostgresCluster.spec.proxy.pgBouncer.service.metadata

Metadata contains metadata for PostgresCluster resources

nametyperequireddescription
annotationsmap[string]: string❌undefined
labelsmap[string]: string❌undefined

↩ ParentPostgresCluster.spec.proxy.pgBouncer.sidecars

Configuration for pgBouncer sidecar containers

nametyperequireddescription
pgbouncerConfigobject❌Defines the configuration for the pgBouncer config sidecar container

↩ ParentPostgresCluster.spec.proxy.pgBouncer.sidecars.pgbouncerConfig

Defines the configuration for the pgBouncer config sidecar container

nametyperequireddescription
resourcesobject❌Resource requirements for a sidecar container

↩ ParentPostgresCluster.spec.proxy.pgBouncer.sidecars.pgbouncerConfig.resources

Resource requirements for a sidecar container

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.proxy.pgBouncer.tolerations[index]

Tolerations of a PgBouncer pod. Changing this value causes PgBouncer to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration

nametyperequireddescription
effectstring❌Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
keystring❌Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.
operatorstring❌Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
tolerationSecondsinteger❌TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
valuestring❌Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.topologySpreadConstraints[index]

Topology spread constraints of a PgBouncer pod. Changing this value causes PgBouncer to restart. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/

nametyperequireddescription
labelSelectorobject❌LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain.
maxSkewinteger✅MaxSkew describes the degree to which pods may be unevenly distributed. When whenUnsatisfiable=DoNotSchedule, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 1/1/0:
topologyKeystring✅TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each <key, value> as a "bucket", and try to put balanced number of pods into each bucket. It's a required field.
whenUnsatisfiablestring✅WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location, but giving higher precedence to topologies that would help reduce the skew. A constraint is considered "Unsatisfiable" for an incoming pod if and only if every possible node assigment for that pod would violate "MaxSkew" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1:

↩ ParentPostgresCluster.spec.proxy.pgBouncer.topologySpreadConstraints[index].labelSelector

LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.proxy.pgBouncer.topologySpreadConstraints[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.service

Specification of the service that exposes the PostgreSQL primary instance.

nametyperequireddescription
metadataobject❌Metadata contains metadata for PostgresCluster resources
nodePortinteger❌The port on which this service is exposed when type is NodePort or LoadBalancer. Value must be in-range and not in use or the operation will fail. If unspecified, a port will be allocated if this Service requires one. - https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
typeClusterIP, NodePort, LoadBalancer❌More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types

↩ ParentPostgresCluster.spec.service.metadata

Metadata contains metadata for PostgresCluster resources

nametyperequireddescription
annotationsmap[string]: string❌undefined
labelsmap[string]: string❌undefined

↩ ParentPostgresCluster.spec.standby

Run this cluster as a read-only copy of an existing cluster or archive.

nametyperequireddescription
enabledboolean❌Whether or not the PostgreSQL cluster should be read-only. When this is true, WAL files are applied from a pgBackRest repository or another PostgreSQL server.
hoststring❌Network address of the PostgreSQL server to follow via streaming replication.
portinteger❌Network port of the PostgreSQL server to follow via streaming replication.
repoNamestring❌The name of the pgBackRest repository to follow for WAL files.

↩ ParentPostgresCluster.spec.userInterface

The specification of a user interface that connects to PostgreSQL.

nametyperequireddescription
pgAdminobject✅Defines a pgAdmin user interface.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin

Defines a pgAdmin user interface.

nametyperequireddescription
affinityobject❌Scheduling constraints of a pgAdmin pod. Changing this value causes pgAdmin to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node
configobject❌Configuration settings for the pgAdmin process. Changes to any of these values will be loaded without validation. Be careful, as you may put pgAdmin into an unusable state.
dataVolumeClaimSpecobject✅Defines a PersistentVolumeClaim for pgAdmin data. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes
imagestring❌Name of a container image that can run pgAdmin 4. Changing this value causes pgAdmin to restart. The image may also be set using the RELATED_IMAGE_PGADMIN environment variable. More info: https://kubernetes.io/docs/concepts/containers/images
metadataobject❌Metadata contains metadata for PostgresCluster resources
priorityClassNamestring❌Priority class name for the pgAdmin pod. Changing this value causes pgAdmin to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
replicasinteger❌Number of desired pgAdmin pods.
resourcesobject❌Compute resources of a pgAdmin container. Changing this value causes pgAdmin to restart. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers
serviceobject❌Specification of the service that exposes pgAdmin.
tolerations[]object❌Tolerations of a pgAdmin pod. Changing this value causes pgAdmin to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration
topologySpreadConstraints[]object❌Topology spread constraints of a pgAdmin pod. Changing this value causes pgAdmin to restart. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity

Scheduling constraints of a pgAdmin pod. Changing this value causes pgAdmin to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node

nametyperequireddescription
nodeAffinityobject❌Describes node affinity scheduling rules for the pod.
podAffinityobject❌Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).
podAntiAffinityobject❌Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.nodeAffinity

Describes node affinity scheduling rules for the pod.

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecutionobject❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
preferenceobject✅A node selector term, associated with the corresponding weight.
weightinteger✅Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference

A node selector term, associated with the corresponding weight.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].preference.matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node.

nametyperequireddescription
nodeSelectorTerms[]object✅Required. A list of node selector terms. The terms are ORed.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index]

Required. A list of node selector terms. The terms are ORed.

nametyperequireddescription
matchExpressions[]object❌A list of node selector requirements by node's labels.
matchFields[]object❌A list of node selector requirements by node's fields.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchExpressions[index]

A list of node selector requirements by node's labels.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[index].matchFields[index]

A list of node selector requirements by node's fields.

nametyperequireddescription
keystring✅The label key that the selector applies to.
operatorstring✅Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.
values[]string❌An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAffinity

Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAntiAffinity

Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)).

nametyperequireddescription
preferredDuringSchedulingIgnoredDuringExecution[]object❌The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.
requiredDuringSchedulingIgnoredDuringExecution[]object❌If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index]

The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

nametyperequireddescription
podAffinityTermobject✅Required. A pod affinity term, associated with the corresponding weight.
weightinteger✅weight associated with matching the corresponding podAffinityTerm, in the range 1-100.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm

Required. A pod affinity term, associated with the corresponding weight.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[index].podAffinityTerm.labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index]

If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

nametyperequireddescription
labelSelectorobject❌A label query over a set of resources, in this case pods.
namespaces[]string❌namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means "this pod's namespace"
topologyKeystring✅This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector

A label query over a set of resources, in this case pods.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.config

Configuration settings for the pgAdmin process. Changes to any of these values will be loaded without validation. Be careful, as you may put pgAdmin into an unusable state.

nametyperequireddescription
files[]object❌Files allows the user to mount projected volumes into the pgAdmin container so that files can be referenced by pgAdmin as needed.
ldapBindPasswordobject❌A Secret containing the value for the LDAP_BIND_PASSWORD setting. More info: https://www.pgadmin.org/docs/pgadmin4/latest/ldap.html
settingsobject❌Settings for the pgAdmin server process. Keys should be uppercase and values must be constants. More info: https://www.pgadmin.org/docs/pgadmin4/latest/config_py.html

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.config.files[index]

Files allows the user to mount projected volumes into the pgAdmin container so that files can be referenced by pgAdmin as needed.

nametyperequireddescription
configMapobject❌information about the configMap data to project
downwardAPIobject❌information about the downwardAPI data to project
secretobject❌information about the secret data to project
serviceAccountTokenobject❌information about the serviceAccountToken data to project

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.config.files[index].configMap

information about the configMap data to project

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the ConfigMap or its keys must be defined

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.config.files[index].configMap.items[index]

If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.config.files[index].downwardAPI

information about the downwardAPI data to project

nametyperequireddescription
items[]object❌Items is a list of DownwardAPIVolume file

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.config.files[index].downwardAPI.items[index]

Items is a list of DownwardAPIVolume file

nametyperequireddescription
fieldRefobject❌Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.
modeinteger❌Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'
resourceFieldRefobject❌Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.config.files[index].downwardAPI.items[index].fieldRef

Required: Selects a field of the pod: only annotations, labels, name and namespace are supported.

nametyperequireddescription
apiVersionstring❌Version of the schema the FieldPath is written in terms of, defaults to "v1".
fieldPathstring✅Path of the field to select in the specified API version.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.config.files[index].downwardAPI.items[index].resourceFieldRef

Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.

nametyperequireddescription
containerNamestring❌Container name: required for volumes, optional for env vars
divisorint or string❌Specifies the output format of the exposed resources, defaults to "1"
resourcestring✅Required: resource to select

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.config.files[index].secret

information about the secret data to project

nametyperequireddescription
items[]object❌If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret or its key must be defined

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.config.files[index].secret.items[index]

If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

nametyperequireddescription
keystring✅The key to project.
modeinteger❌Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
pathstring✅The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.config.files[index].serviceAccountToken

information about the serviceAccountToken data to project

nametyperequireddescription
audiencestring❌Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.
expirationSecondsinteger❌ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.
pathstring✅Path is the path relative to the mount point of the file to project the token into.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.config.ldapBindPassword

A Secret containing the value for the LDAP_BIND_PASSWORD setting. More info: https://www.pgadmin.org/docs/pgadmin4/latest/ldap.html

nametyperequireddescription
keystring✅The key of the secret to select from. Must be a valid secret key.
namestring❌Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
optionalboolean❌Specify whether the Secret or its key must be defined

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.dataVolumeClaimSpec

Defines a PersistentVolumeClaim for pgAdmin data. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes

nametyperequireddescription
accessModes[]string❌AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1
dataSourceobject❌This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.
resourcesobject❌Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
selectorobject❌A label query over volumes to consider for binding.
storageClassNamestring❌Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
volumeModestring❌volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.
volumeNamestring❌VolumeName is the binding reference to the PersistentVolume backing this claim.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.dataVolumeClaimSpec.dataSource

This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source.

nametyperequireddescription
apiGroupstring❌APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
kindstring✅Kind is the type of resource being referenced
namestring✅Name is the name of resource being referenced

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.dataVolumeClaimSpec.resources

Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.dataVolumeClaimSpec.selector

A label query over volumes to consider for binding.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.dataVolumeClaimSpec.selector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.metadata

Metadata contains metadata for PostgresCluster resources

nametyperequireddescription
annotationsmap[string]: string❌undefined
labelsmap[string]: string❌undefined

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.resources

Compute resources of a pgAdmin container. Changing this value causes pgAdmin to restart. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers

nametyperequireddescription
limitsmap[string]: int or string❌Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
requestsmap[string]: int or string❌Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.service

Specification of the service that exposes pgAdmin.

nametyperequireddescription
metadataobject❌Metadata contains metadata for PostgresCluster resources
nodePortinteger❌The port on which this service is exposed when type is NodePort or LoadBalancer. Value must be in-range and not in use or the operation will fail. If unspecified, a port will be allocated if this Service requires one. - https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
typeClusterIP, NodePort, LoadBalancer❌More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.service.metadata

Metadata contains metadata for PostgresCluster resources

nametyperequireddescription
annotationsmap[string]: string❌undefined
labelsmap[string]: string❌undefined

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.tolerations[index]

Tolerations of a pgAdmin pod. Changing this value causes pgAdmin to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration

nametyperequireddescription
effectstring❌Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.
keystring❌Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.
operatorstring❌Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.
tolerationSecondsinteger❌TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.
valuestring❌Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.topologySpreadConstraints[index]

Topology spread constraints of a pgAdmin pod. Changing this value causes pgAdmin to restart. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/

nametyperequireddescription
labelSelectorobject❌LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain.
maxSkewinteger✅MaxSkew describes the degree to which pods may be unevenly distributed. When whenUnsatisfiable=DoNotSchedule, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 1/1/0:
topologyKeystring✅TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each <key, value> as a "bucket", and try to put balanced number of pods into each bucket. It's a required field.
whenUnsatisfiablestring✅WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location, but giving higher precedence to topologies that would help reduce the skew. A constraint is considered "Unsatisfiable" for an incoming pod if and only if every possible node assigment for that pod would violate "MaxSkew" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1:

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.topologySpreadConstraints[index].labelSelector

LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain.

nametyperequireddescription
matchExpressions[]object❌matchExpressions is a list of label selector requirements. The requirements are ANDed.
matchLabelsmap[string]: string❌matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

↩ ParentPostgresCluster.spec.userInterface.pgAdmin.topologySpreadConstraints[index].labelSelector.matchExpressions[index]

matchExpressions is a list of label selector requirements. The requirements are ANDed.

nametyperequireddescription
keystring✅key is the label key that the selector applies to.
operatorstring✅operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.
values[]string❌values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

↩ ParentPostgresCluster.spec.users[index]

Users to create inside PostgreSQL and the databases they should access. The default creates one user that can access one database matching the PostgresCluster name. An empty list creates no users. Removing a user from this list does NOT drop the user nor revoke their access.

nametyperequireddescription
databases[]string❌Databases to which this user can connect and create objects. Removing a database from this list does NOT revoke access. This field is ignored for the "postgres" user.
namestring✅The name of this PostgreSQL user. The value may contain only lowercase letters, numbers, and hyphen so that it fits into Kubernetes metadata.
optionsstring❌ALTER ROLE options except for PASSWORD. This field is ignored for the "postgres" user. More info: https://www.postgresql.org/docs/current/role-attributes.html
passwordobject❌Properties of the password generated for this user.

↩ ParentPostgresCluster.spec.users[index].password

Properties of the password generated for this user.

nametyperequireddescription
typeASCII, AlphaNumeric✅Type of password to generate. Defaults to ASCII. Valid options are ASCII and AlphaNumeric. "ASCII" passwords contain letters, numbers, and symbols from the US-ASCII character set. "AlphaNumeric" passwords contain letters and numbers from the US-ASCII character set.

↩ ParentPostgresCluster.status

PostgresClusterStatus defines the observed state of PostgresCluster

nametyperequireddescription
conditions[]object❌conditions represent the observations of postgrescluster's current state. Known .status.conditions.type are: "PersistentVolumeResizing", "Progressing", "ProxyAvailable"
databaseInitSQLstring❌DatabaseInitSQL state of custom database initialization in the cluster
databaseRevisionstring❌Identifies the databases that have been installed into PostgreSQL.
instances[]object❌Current state of PostgreSQL instances.
monitoringobject❌Current state of PostgreSQL cluster monitoring tool configuration
observedGenerationinteger❌observedGeneration represents the .metadata.generation on which the status was based.
patroniobject❌undefined
pgbackrestobject❌Status information for pgBackRest
postgresVersioninteger❌Stores the current PostgreSQL major version following a successful major PostgreSQL upgrade.
proxyobject❌Current state of the PostgreSQL proxy.
startupInstancestring❌The instance that should be started first when bootstrapping and/or starting a PostgresCluster.
startupInstanceSetstring❌The instance set associated with the startupInstance
userInterfaceobject❌Current state of the PostgreSQL user interface.
usersRevisionstring❌Identifies the users that have been installed into PostgreSQL.

↩ ParentPostgresCluster.status.conditions[index]

conditions represent the observations of postgrescluster's current state. Known .status.conditions.type are: "PersistentVolumeResizing", "Progressing", "ProxyAvailable"

nametyperequireddescription
lastTransitionTimestring✅lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
messagestring✅message is a human readable message indicating details about the transition. This may be an empty string.
observedGenerationinteger❌observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.
reasonstring✅reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.
statusTrue, False, Unknown✅status of the condition, one of True, False, Unknown.
typestring✅type of condition in CamelCase.

↩ ParentPostgresCluster.status.instances[index]

Current state of PostgreSQL instances.

nametyperequireddescription
namestring✅undefined
readyReplicasinteger❌Total number of ready pods.
replicasinteger❌Total number of pods.
updatedReplicasinteger❌Total number of pods that have the desired specification.

↩ ParentPostgresCluster.status.monitoring

Current state of PostgreSQL cluster monitoring tool configuration

nametyperequireddescription
exporterConfigurationstring❌undefined

↩ ParentPostgresCluster.status.patroni

nametyperequireddescription
switchoverstring❌Tracks the execution of the switchover requests.
switchoverTimelineinteger❌Tracks the current timeline during switchovers
systemIdentifierstring❌The PostgreSQL system identifier reported by Patroni.

↩ ParentPostgresCluster.status.pgbackrest

Status information for pgBackRest

nametyperequireddescription
manualBackupobject❌Status information for manual backups
repoHostobject❌Status information for the pgBackRest dedicated repository host
repos[]object❌Status information for pgBackRest repositories
restoreobject❌Status information for in-place restores
scheduledBackups[]object❌Status information for scheduled backups

↩ ParentPostgresCluster.status.pgbackrest.manualBackup

Status information for manual backups

nametyperequireddescription
activeinteger❌The number of actively running manual backup Pods.
completionTimestring❌Represents the time the manual backup Job was determined by the Job controller to be completed. This field is only set if the backup completed successfully. Additionally, it is represented in RFC3339 form and is in UTC.
failedinteger❌The number of Pods for the manual backup Job that reached the "Failed" phase.
finishedboolean✅Specifies whether or not the Job is finished executing (does not indicate success or failure).
idstring✅A unique identifier for the manual backup as provided using the "pgbackrest-backup" annotation when initiating a backup.
startTimestring❌Represents the time the manual backup Job was acknowledged by the Job controller. It is represented in RFC3339 form and is in UTC.
succeededinteger❌The number of Pods for the manual backup Job that reached the "Succeeded" phase.

↩ ParentPostgresCluster.status.pgbackrest.repoHost

Status information for the pgBackRest dedicated repository host

nametyperequireddescription
apiVersionstring❌APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstring❌Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
readyboolean❌Whether or not the pgBackRest repository host is ready for use

↩ ParentPostgresCluster.status.pgbackrest.repos[index]

Status information for pgBackRest repositories

nametyperequireddescription
boundboolean❌Whether or not the pgBackRest repository PersistentVolumeClaim is bound to a volume
namestring✅The name of the pgBackRest repository
replicaCreateBackupCompleteboolean❌ReplicaCreateBackupReady indicates whether a backup exists in the repository as needed to bootstrap replicas.
repoOptionsHashstring❌A hash of the required fields in the spec for defining an Azure, GCS or S3 repository, Utilizd to detect changes to these fields and then execute pgBackRest stanza-create commands accordingly.
stanzaCreatedboolean❌Specifies whether or not a stanza has been successfully created for the repository
volumestring❌The name of the volume the containing the pgBackRest repository

↩ ParentPostgresCluster.status.pgbackrest.restore

Status information for in-place restores

nametyperequireddescription
activeinteger❌The number of actively running manual backup Pods.
completionTimestring❌Represents the time the manual backup Job was determined by the Job controller to be completed. This field is only set if the backup completed successfully. Additionally, it is represented in RFC3339 form and is in UTC.
failedinteger❌The number of Pods for the manual backup Job that reached the "Failed" phase.
finishedboolean✅Specifies whether or not the Job is finished executing (does not indicate success or failure).
idstring✅A unique identifier for the manual backup as provided using the "pgbackrest-backup" annotation when initiating a backup.
startTimestring❌Represents the time the manual backup Job was acknowledged by the Job controller. It is represented in RFC3339 form and is in UTC.
succeededinteger❌The number of Pods for the manual backup Job that reached the "Succeeded" phase.

↩ ParentPostgresCluster.status.pgbackrest.scheduledBackups[index]

Status information for scheduled backups

nametyperequireddescription
activeinteger❌The number of actively running manual backup Pods.
completionTimestring❌Represents the time the manual backup Job was determined by the Job controller to be completed. This field is only set if the backup completed successfully. Additionally, it is represented in RFC3339 form and is in UTC.
cronJobNamestring❌The name of the associated pgBackRest scheduled backup CronJob
failedinteger❌The number of Pods for the manual backup Job that reached the "Failed" phase.
repostring❌The name of the associated pgBackRest repository
startTimestring❌Represents the time the manual backup Job was acknowledged by the Job controller. It is represented in RFC3339 form and is in UTC.
succeededinteger❌The number of Pods for the manual backup Job that reached the "Succeeded" phase.
typestring❌The pgBackRest backup type for this Job

↩ ParentPostgresCluster.status.proxy

Current state of the PostgreSQL proxy.

nametyperequireddescription
pgBouncerobject❌undefined

↩ ParentPostgresCluster.status.proxy.pgBouncer

nametyperequireddescription
postgresRevisionstring❌Identifies the revision of PgBouncer assets that have been installed into PostgreSQL.
readyReplicasinteger❌Total number of ready pods.
replicasinteger❌Total number of non-terminated pods.

↩ ParentPostgresCluster.status.userInterface

Current state of the PostgreSQL user interface.

nametyperequireddescription
pgAdminobject❌The state of the pgAdmin user interface.

↩ ParentPostgresCluster.status.userInterface.pgAdmin

The state of the pgAdmin user interface.

nametyperequireddescription
usersRevisionstring❌Hash that indicates which users have been installed into pgAdmin.