fix: add tcp forward on port 2222 for nginx and update gitea
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user