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 kind: Deployment
metadata: metadata:
labels: labels:
app: act-runner app: gitea-runner
name: act-runner name: gitea-runner
spec: spec:
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: act-runner app: gitea-runner
strategy: {}
template: template:
spec: spec:
restartPolicy: Always restartPolicy: Always
volumes: volumes:
- name: runner-data - name: runner-data
persistentVolumeClaim: persistentVolumeClaim:
claimName: act-runner-vol claimName: gitea-runner-pvc
securityContext: securityContext:
fsGroup: 1000 fsGroup: 1000
containers: containers:

View File

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