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
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: postgres
namespace: postgres-tunnel
spec:
type: ClusterIP
selector:
app: postgres-tunnel
ports:
- name: postgres
port: 5432
targetPort: 5432