Files
homelab/k8s/apps/gitea/kustomization.yaml
T
Ultradesu e40a4d0c72
Check with kubeconform / lint (push) Successful in 18s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 14s
Auto-update README / Generate README and Create MR (push) Failing after 16m47s
Fixed gitea runner k8s auth
2026-07-30 16:48:37 +01:00

12 lines
218 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
- external-secrets.yaml
- deployment.yaml
- runner-rbac.yaml
- user-unban-cronjob.yaml
- service.yaml
- ingress.yaml