apiVersion: apps/v1 kind: Deployment metadata: labels: app: act-runner-dind name: act-runner-dind namespace: gitea spec: replicas: 1 selector: matchLabels: app: act-runner-dind strategy: type: Recreate template: metadata: creationTimestamp: null labels: app: act-runner-dind spec: hostname: act-runner-dind restartPolicy: Always volumes: - name: runner-config configMap: name: runner-config items: - key: dind-config.yml path: dind-config.yml - name: docker-certs emptyDir: {} - name: runner-data persistentVolumeClaim: claimName: act-runner-dind containers: - name: runner image: gitea/act_runner:nightly command: ["sh", "-c", "while ! nc -z localhost 2376