gitea runner improvements

This commit is contained in:
2024-05-13 14:21:56 +02:00
parent 1a9d0fc00c
commit 0fd9936db5
3 changed files with 48 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ spec:
app: actions-runner
spec:
hostname: kube-runner
serviceAccountName: actions-runner
containers:
- name: actions-runner
image: actions-runner
@@ -29,3 +30,10 @@ spec:
key: runner-token
- name: GITEA_RUNNER_LABELS
value: k8s
volumeMounts:
- name: runner-data
mountPath: /data
volumes:
- name: runner-data
emptyDir: {}