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
metadata:
name: action-runner
namespace: gitea-system
namespace: homelab
spec:
accessModes:
- ReadWriteMany
@@ -17,7 +17,7 @@ metadata:
labels:
app: action-runner
name: action-runner
namespace: gitea-system
namespace: homelab
spec:
replicas: 3
selector: