chore: Network | use nginx as much as possible

This commit is contained in:
2024-10-12 21:11:06 +05:00
parent 058666330a
commit f54e6f11de
6 changed files with 5 additions and 7 deletions

View File

@@ -7,5 +7,7 @@ controller:
parameters: {}
ingressClass: nginx-internal
tcp:
22: "gitea-system/gitea-ssh:22"
5432: "postgres-system/postgres-cluster-rw:5432"
22: "gitea-system/gitea-ssh:22"
5432: "postgres-system/postgres-cluster-rw:5432"
6379: "redis-system/redis-master-0:6379"
11211: "memcached-system/memcached:11211"