fix: deploy/app, added continuos-deploy gitea workflow template

This commit is contained in:
2025-11-29 11:28:14 +00:00
parent 26a8867587
commit cd0c3876ed
6 changed files with 56 additions and 59 deletions

View File

@@ -58,7 +58,10 @@ service:
port: 2222
annotations:
metallb.universe.tf/allow-shared-ip: test
http:
clusterIP: "" # empty string → Kubernetes assigns a routable ClusterIP
type: ClusterIP
port: 3000
gitea:
admin:
username: "???"
@@ -126,6 +129,21 @@ gitea:
PASSWORD_HASH_ALGO: "???"
ingress:
enabled: false
enabled: true
className: traefik
annotations:
kubernetes.io/ingress.class: traefik
cert-manager.io/cluster-issuer: "letsencrypt-prod"
traefik.ingress.kubernetes.io/router.entrypoints: websecure, public-https
hosts:
- host: git.limbosolutions.com
paths:
- path: /
pathType: Prefix
tls:
- secretName: limbosolutions-com-tls
hosts:
- "git.limbosolutions.com"