fix: move actions runners into homelab namespace

This commit is contained in:
2025-09-21 22:28:52 +05:00
parent 72574a24f2
commit 0417d24f33

View File

@@ -2,7 +2,7 @@ kind: PersistentVolumeClaim
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: action-runner name: action-runner
namespace: gitea-system namespace: homelab
spec: spec:
accessModes: accessModes:
- ReadWriteMany - ReadWriteMany
@@ -17,7 +17,7 @@ metadata:
labels: labels:
app: action-runner app: action-runner
name: action-runner name: action-runner
namespace: gitea-system namespace: homelab
spec: spec:
replicas: 3 replicas: 3
selector: selector: