Pod and Container Configuration
Pod and Container Configuration Properties describes the properties related to general pod and container characteristics.
Property | Description |
---|---|
application.podAnnotations | A dictionary of Kubernetes annotations applied to all pods for this application. |
application.podSecurityContext | The Kubernetes PodSecurityContext applied to all pods for this application. |
application.affinity | The Kubernetes Affinity applied to all pods for this application. |
application.tolerations | The Kubernetes Tolerations applied to all pods for this application. |
application.nodeSelector | The Kubernetes NodeSelector applied to all pods for this application. |
application.resources | The Kubernetes Resources applied to the main container in each of the pods for this application. |
application.securityContext | The Kubernetes SecurityContext applied to the main container in each of the pods for this application. |
For more information about these Kubernetes features, see the Kubernetes documentation at the Kubernetes website.