From 6921533ab3cb09b629b77ef5a531d59cbba5c4d9 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 15 Sep 2024 16:11:14 +0200 Subject: init repo --- yaml/postgres-service.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 yaml/postgres-service.yaml (limited to 'yaml/postgres-service.yaml') diff --git a/yaml/postgres-service.yaml b/yaml/postgres-service.yaml new file mode 100644 index 0000000..ad3b969 --- /dev/null +++ b/yaml/postgres-service.yaml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: Service +metadata: + name: postgres-service +spec: + ports: + - port: 5432 + targetPort: 5432 + selector: + app: postgres + type: ClusterIP -- cgit v1.2.3-18-g5258