gitea runner improvements
This commit is contained in:
@@ -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: {}
|
||||
|
||||
|
Reference in New Issue
Block a user