small improvements

This commit is contained in:
2025-10-04 21:05:48 -03:00
parent 342108f2e2
commit a00fe926e8
5 changed files with 22 additions and 25 deletions

View File

@@ -27,7 +27,7 @@ data:
capacity: 4
timeout: 1h
labels:
- "ubuntu-arm64:docker://docker.gitea.com/runner-images:ubuntu-latest-slim"
- "ubuntu-arm64:docker://docker.gitea.com/runner-images:ubuntu-latest"
---
# PersistentVolumeClaim for AMD64
apiVersion: v1
@@ -176,7 +176,7 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: kubernetes.io/arch
- key: kubernetes.io/hostname
operator: In
values:
- arm64
- nexus