Supprimer z2/postgres-service.yaml

This commit is contained in:
Antonin Filippi 2025-04-23 07:18:06 +00:00
parent 33a7e96314
commit 65acb3ab40

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