diff --git a/gitea-runner/deployment.yaml b/gitea-runner/deployment.yaml index f881bf3..4b46502 100644 --- a/gitea-runner/deployment.yaml +++ b/gitea-runner/deployment.yaml @@ -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: diff --git a/gitea-runner/pvc.yaml b/gitea-runner/pvc.yaml index 445d514..42f8f32 100644 --- a/gitea-runner/pvc.yaml +++ b/gitea-runner/pvc.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: gita-runner-pvc + name: gitea-runner-pvc spec: resources: requests: