runners: Allow pod-cleanup.gitlab.com/ttl pod annotation to be overwritten
Allow the pod-cleanup.gitlab.com/ttl
pod annotation to be
overwritten using Gitlab-CI job variables, for example:
# Set a longer pod cleanup timeout for a long-running job
variables:
KUBERNETES_POD_ANNOTATIONS_1: "pod-cleanup.gitlab.com/ttl=3h"