FredericHeem/starhackit

View on GitHub
deploy/k8s/postgres-service.yaml

Summary

Maintainability
Test Coverage
kind: Service
apiVersion: v1
metadata:
  name: postgres
spec:
  selector:
    app: postgres
  ports:
  - protocol: TCP
    port: 5432
    targetPort: 5432