feat: add PostgreSQL tunnel deployment with ConfigMap, HPA, and service

This commit is contained in:
2026-04-30 08:08:39 +02:00
parent 6c02a31d48
commit e093e945eb
10 changed files with 191 additions and 0 deletions
@@ -0,0 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: postgres-tunnel-config
namespace: postgres-tunnel
data:
SSH_HOST: "130.61.135.202"
SSH_PORT: "22"
SSH_USER: "cluster"
POSTGRES_REMOTE_HOST: "localhost"
POSTGRES_REMOTE_PORT: "5432"