fix: add tcp forward on port 2222 for nginx and update gitea

This commit is contained in:
2024-08-25 08:23:51 +05:00
parent 3e9d4003d8
commit 3ee9eac523
2 changed files with 3 additions and 0 deletions

View File

@@ -2,9 +2,11 @@ service:
http: http:
annotations: annotations:
external-dns.alpha.kubernetes.io/hostname: gitea.home external-dns.alpha.kubernetes.io/hostname: gitea.home
metallb.universe.tf/allow-shared-ip: gitea
ssh: ssh:
annotations: annotations:
external-dns.alpha.kubernetes.io/hostname: gitea.home external-dns.alpha.kubernetes.io/hostname: gitea.home
metallb.universe.tf/allow-shared-ip: gitea
ingress: ingress:
enabled: true enabled: true
className: nginx-internal className: nginx-internal

View File

@@ -11,3 +11,4 @@ controller:
external-dns.alpha.kubernetes.io/hostname: postgres.home external-dns.alpha.kubernetes.io/hostname: postgres.home
tcp: tcp:
5432: "postgres-system/postgres-cluster-rw:5432" 5432: "postgres-system/postgres-cluster-rw:5432"
2222: "gitea-system/gitea-ssh:22"