From 489d842fbb32526d6bbb4182c175ebf616aa56a6 Mon Sep 17 00:00:00 2001 From: Antonin Filippi Date: Mon, 21 Apr 2025 19:00:28 +0000 Subject: [PATCH] Supprimer postgres-service.yaml --- postgres-service.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 postgres-service.yaml diff --git a/postgres-service.yaml b/postgres-service.yaml deleted file mode 100644 index 0e61f36..0000000 --- a/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