feat: add PostgreSQL tunnel deployment with ConfigMap, HPA, and service
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user