k3s-infra/infrastructure/gitea/kustomization.yaml

29 lines
629 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
# postgres values
- postgres-password.sealedsecret.yaml
- postgres.yaml
# gitea values
- gitea.pvc.yaml
- gitea.ingress.yaml
- gitea-oauth.sealedsecret.yaml
- gitea.servicemonitor.yaml
# actions runner values
- actions.deployment.yaml
- actions.sealedsecret.yaml
namespace: gitea
helmCharts:
- name: gitea
namespace: gitea # needs to be set explicitly for svc to be referenced correctly
releaseName: gitea
version: 11.0.1
valuesFile: gitea.values.yaml
repo: https://dl.gitea.io/charts/