fix: move actions runners into homelab namespace
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user