From 65acb3ab40222dc71ea041a732b7042f3ba116d4 Mon Sep 17 00:00:00 2001 From: Antonin Filippi Date: Wed, 23 Apr 2025 07:18:06 +0000 Subject: [PATCH] Supprimer z2/postgres-service.yaml --- z2/postgres-service.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 z2/postgres-service.yaml diff --git a/z2/postgres-service.yaml b/z2/postgres-service.yaml deleted file mode 100644 index 0e61f36..0000000 --- a/z2/postgres-service.yaml +++ /dev/null @@ -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 \ No newline at end of file