This commit is contained in:
2026-04-28 13:58:34 +02:00
parent 7132f5000e
commit d1588975dc
14 changed files with 246 additions and 3 deletions

View File

@@ -175,8 +175,19 @@ redis-cluster:
test:
enabled: false
# -- SSH service (ClusterIP, exposed externally via Traefik TCP IngressRoute on port 2222)
# -- Services: HTTP (homepage discovery) + SSH (Traefik TCP IngressRoute on port 2222)
service:
http:
annotations:
gethomepage.dev/enabled: "true"
gethomepage.dev/name: "Gitea"
gethomepage.dev/description: "Git hosting & CI/CD"
gethomepage.dev/group: "DevOps"
gethomepage.dev/icon: "gitea"
gethomepage.dev/href: "https://git.forteapps.net"
gethomepage.dev/widget.type: "gitea"
gethomepage.dev/widget.url: "https://git.forteapps.net"
# gethomepage.dev/widget.key: "{{HOMEPAGE_VAR_GITEA_TOKEN}}"
ssh:
type: ClusterIP
port: 22