Score
Capability
Pods
You may set additional properties for the Kubernetes Pod
objects which will be created for your workload. You can set almost any property of the Kubernetes API specification for this object. Refer to the
Pod feature
description for details on supported properties.
humanitec.score.yaml
(
view on GitHub
)
:
apiVersion: humanitec.org/v1b1
spec:
pod:
# Set Pod annotations and labels in the Pod metadata
annotations:
podannotationkey: podannotationvalue
labels:
podlabelkey: podlabelvalue
# Set properties of the PodSpec, e.g.:
nodeSelector:
topology.kubernetes.io/region: europe-west3
os:
name: linux