Annotations
Velocity Annotations are added to your K8s entity definitions under the
metadata.annotations
tag. They add essential information about your application, such as an identifier, dependencies, connectivity definitions, and more.
Specify a custom timeout of waiting for the resource to become ready or finish executing.
The timeout must be between
1m
(1 minute) and 1h
(1 hour).The default value varies between resource types. It is
15m
for Jobs and 10m
for other resources.Example:
velocity.tech.v1/readyTimeout: 15m
Last modified 2mo ago