k3s-configs/apps/gitea/kustomization.yaml

43 lines
814 B
YAML
Raw Normal View History

2023-11-28 21:39:39 +00:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: gitea
resources:
- namespace.yaml
2023-11-29 20:03:51 +00:00
- gitea-ingress.yaml
2023-11-28 21:39:39 +00:00
- runner-pvc.yaml
- runner-deployment.yaml
2024-01-30 16:12:59 +00:00
- restic-sa.yaml
- restic-role.yaml
- restic-role-binding.yaml
2024-02-01 17:31:02 +00:00
- restic-pvc.yaml
- restic-debug-pod.yaml
2024-01-30 19:44:56 +00:00
- restic-cronjob.yaml
2024-01-30 16:12:59 +00:00
configMapGenerator:
- name: restic-backup-script
2024-01-30 19:44:56 +00:00
namespace: gitea
2024-01-30 16:12:59 +00:00
files:
2024-01-30 19:44:56 +00:00
- ./restic-backup.sh
2023-11-28 21:39:39 +00:00
generators:
- secret-generator.yaml
2024-01-30 19:44:56 +00:00
# - configmap-generator.yaml
2023-11-28 21:39:39 +00:00
helmCharts:
- name: gitea
releaseName: gitea
version: 10.0.2
2023-11-28 21:39:39 +00:00
repo: https://dl.gitea.io/charts/
namespace: gitea
valuesMerge: merge
2023-11-29 20:03:51 +00:00
valuesFile: gitea-values.yaml
2023-11-28 21:39:39 +00:00
- name: renovate
releaseName: renovate
version: 37.141.0
2023-11-28 21:39:39 +00:00
repo: https://docs.renovatebot.com/helm-charts
namespace: gitea
valuesFile: renovate-bot-values.yaml