k3s-configs/apps/gitea/kustomization.yaml

43 lines
814 B
YAML
Executable File

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: gitea
resources:
- namespace.yaml
- gitea-ingress.yaml
- runner-pvc.yaml
- runner-deployment.yaml
- restic-sa.yaml
- restic-role.yaml
- restic-role-binding.yaml
- restic-pvc.yaml
- restic-debug-pod.yaml
- restic-cronjob.yaml
configMapGenerator:
- name: restic-backup-script
namespace: gitea
files:
- ./restic-backup.sh
generators:
- secret-generator.yaml
# - configmap-generator.yaml
helmCharts:
- name: gitea
releaseName: gitea
version: 10.0.2
repo: https://dl.gitea.io/charts/
namespace: gitea
valuesMerge: merge
valuesFile: gitea-values.yaml
- name: renovate
releaseName: renovate
version: 37.141.0
repo: https://docs.renovatebot.com/helm-charts
namespace: gitea
valuesFile: renovate-bot-values.yaml