gitea-runner: fix

This commit is contained in:
2025-03-13 11:38:27 -04:00
parent e90e9bb0be
commit 3ea2220ed6
2 changed files with 5 additions and 6 deletions

View File

@@ -2,21 +2,20 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: act-runner
name: act-runner
app: gitea-runner
name: gitea-runner
spec:
replicas: 1
selector:
matchLabels:
app: act-runner
strategy: {}
app: gitea-runner
template:
spec:
restartPolicy: Always
volumes:
- name: runner-data
persistentVolumeClaim:
claimName: act-runner-vol
claimName: gitea-runner-pvc
securityContext:
fsGroup: 1000
containers:

View File

@@ -1,7 +1,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: gita-runner-pvc
name: gitea-runner-pvc
spec:
resources:
requests: