first commit

This commit is contained in:
2026-03-11 12:16:18 +01:00
commit eb46d77fe7
11 changed files with 412 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: gitea
resources:
- namespace.yaml
- ingress.yaml
# Helm values are in values.yaml
# Deploy with:
# helm upgrade --install gitea gitea-charts/gitea -f values.yaml -n gitea --create-namespace