fix: Gitea | use IngressRoute instead of ingress resource

This commit is contained in:
2025-11-22 18:08:00 +05:00
parent 3b439344f5
commit 1671f9619c
2 changed files with 13 additions and 16 deletions

View File

@@ -10,21 +10,7 @@ service:
annotations:
metallb.universe.tf/allow-shared-ip: gitea
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: cloudflare-issuer
cert-manager.io/acme-challenge-type: dns01
cert-manager.io/private-key-size: 4096
className: traefik
hosts:
- host: git.dogar.dev
paths:
- path: /
pathType: Prefix
tls:
- secretName: gitea-tls
hosts:
- git.dogar.dev
enabled: false
gitea:
podAnnotations:
prometheus.io/scrape: "true"