Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot 325f458c0f Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Successful in 38s
Generated by CI/CD workflow on 2026-05-05 13:24:26

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-05-05 13:24:26 +00:00
+21 -10
View File
@@ -88,10 +88,6 @@ spec:
operator: Equal operator: Equal
value: desktop value: desktop
effect: NoSchedule effect: NoSchedule
- key: workload
operator: Equal
value: ai
effect: NoSchedule
volumes: volumes:
- name: docker-sock - name: docker-sock
hostPath: hostPath:
@@ -101,12 +97,6 @@ spec:
emptyDir: emptyDir:
sizeLimit: 30Gi sizeLimit: 30Gi
affinity: affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchLabels:
app: gitea-runner
topologyKey: kubernetes.io/hostname
nodeAffinity: nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution: preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100 - weight: 100
@@ -116,6 +106,12 @@ spec:
operator: In operator: In
values: values:
- uk-desktop.tail2fe2d.ts.net - uk-desktop.tail2fe2d.ts.net
- weight: 100
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- ai.tail2fe2d.ts.net - ai.tail2fe2d.ts.net
- weight: 50 - weight: 50
preference: preference:
@@ -124,7 +120,22 @@ spec:
operator: In operator: In
values: values:
- home.homenet - home.homenet
- weight: 30
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- master.tail2fe2d.ts.net
- weight: 10
preference:
matchExpressions:
- key: kubernetes.io/hostname
operator: In
values:
- it.tail2fe2d.ts.net - it.tail2fe2d.ts.net
- ch.tail2fe2d.ts.net
- us.tail2fe2d.ts.net
containers: containers:
- name: gitea-runner - name: gitea-runner
image: gitea/act_runner:nightly image: gitea/act_runner:nightly