+ ADD Build environment

This commit is contained in:
felegy
2025-09-03 12:27:41 +00:00
parent 83aa042834
commit bfaba89985
5 changed files with 124 additions and 0 deletions

17
.devops/gitea-values.yaml Normal file
View File

@@ -0,0 +1,17 @@
fullnameOverride: gitea
ingress:
enabled: 'false'
className: nginx
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "true"
cert-manager.io/cluster-issuer: cloudflare-cluster-issuer
external-dns.alpha.kubernetes.io/hostname: git.hvgrt.hu
hosts:
- host: git.hvgrt.hu
paths:
- path: /
pathType: Prefix
tls:
- secretName: gitea-tls
hosts:
- git.hvgrt.hu