remove the expose service since it was so damn safe

This commit is contained in:
2026-05-14 23:54:59 +02:00
parent 89d1bb1a4f
commit 2ee5a9f012

View File

@@ -1,15 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: postgres-nodeport
labels:
app: postgres
spec:
type: NodePort
ports:
- port: 5432 # The port the service listens on inside the cluster
targetPort: 5432 # The port the Postgres container is listening on
nodePort: 32432 # Optional: Fixed port between 30000-32767
protocol: TCP
selector:
app: postgres