Supprimer postgres-service.yaml

This commit is contained in:
Antonin Filippi 2025-04-21 19:00:28 +00:00
parent 531be0ab9f
commit 489d842fbb

View File

@ -1,15 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: postgres
namespace: my-app
labels:
app: postgres
spec:
selector:
app: postgres
ports:
- protocol: TCP
port: 5432
targetPort: 5432
clusterIP: None