Compare commits

..

4 Commits

Author SHA1 Message Date
Gitea Actions Bot 4dde5bf38b Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 21s
Generated by CI/CD workflow on 2026-05-05 13:31:40

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-05 13:31:40 +00:00
Ultradesu 37c77a899d Fixed gitea runner
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 16s
Auto-update README / Generate README and Create MR (push) Successful in 19s
Check with kubeconform / lint (push) Successful in 29s
2026-05-05 14:31:10 +01:00
Ultradesu f84f4ff972 Fixed gitea runner
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s
Check with kubeconform / lint (push) Successful in 10s
Auto-update README / Generate README and Create MR (push) Successful in 23s
2026-05-05 14:29:58 +01:00
Ultradesu 897498eedb Fixed gitea runner
Auto-update README / Generate README and Create MR (push) Successful in 11s
Check with kubeconform / lint (push) Successful in 18s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 11m46s
2026-05-05 14:28:00 +01:00
+7 -3
View File
@@ -88,6 +88,10 @@ spec:
operator: Equal
value: desktop
effect: NoSchedule
- key: workload
operator: Equal
value: ai
effect: NoSchedule
volumes:
- name: docker-sock
hostPath:
@@ -105,7 +109,7 @@ spec:
topologyKey: kubernetes.io/hostname
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 10
- weight: 100
preference:
matchExpressions:
- key: kubernetes.io/hostname
@@ -113,14 +117,14 @@ spec:
values:
- uk-desktop.tail2fe2d.ts.net
- ai.tail2fe2d.ts.net
- weight: 5
- weight: 50
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- home.homenet
- ch.tail2fe2d.ts.net
- it.tail2fe2d.ts.net
containers:
- name: gitea-runner
image: gitea/act_runner:nightly