k3s-configs/apps/gitea/kustomization.yaml

23 lines
396 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-02-01 17:44:03 +00:00
- ./restic
2023-11-28 21:39:39 +00:00
generators:
- secret-generator.yaml
helmCharts:
- name: gitea
releaseName: gitea
version: 10.2.0
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