apps
infrastructure
argocd
authelia
backup
external
external-dns
gitea
README.md
actions.deployment.yaml
actions.sealedsecret.yaml
gitea-oauth.sealedsecret.yaml
gitea.ingress.yaml
gitea.pvc.yaml
gitea.servicemonitor.yaml
gitea.values.yaml
kustomization.yaml
namespace.yaml
postgres-password.sealedsecret.yaml
postgres.yaml
metallb-system
monitoring
nfs-provisioner
pg-ha
renovate
sealedsecrets
traefik-system
kluster-deployments
.gitignore
README.md
renovate.json
29 lines
629 B
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.0
|
|
valuesFile: gitea.values.yaml
|
|
repo: https://dl.gitea.io/charts/
|