diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2024-09-15 14:11:14 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-15 14:11:14 +0000 |
| commit | 6921533ab3cb09b629b77ef5a531d59cbba5c4d9 (patch) | |
| tree | 5bc74dfaa913c8db9d909af336e139f1630d4ce3 /yaml/postgres-service.yaml | |
init repo
Diffstat (limited to 'yaml/postgres-service.yaml')
| -rw-r--r-- | yaml/postgres-service.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
