apiVersion: apps/v1 kind: StatefulSet metadata: name: act-runner namespace: gitea-runner labels: app: act-runner spec: serviceName: "" selector: matchLabels: app: act-runner replicas: 3 template: metadata: labels: app: act-runner spec: containers: - name: runner command: - sh - -c - while ! nc -z localhost 2376