diff options
Diffstat (limited to 'k8s/postgres-service.yaml')
-rw-r--r-- | k8s/postgres-service.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/k8s/postgres-service.yaml b/k8s/postgres-service.yaml deleted file mode 100644 index ad3b969..0000000 --- a/k8s/postgres-service.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: postgres-service -spec: - ports: - - port: 5432 - targetPort: 5432 - selector: - app: postgres - type: ClusterIP |