Files
Kubernetes-Manifests/zipline/postgres/zipline-postgres-service.yaml

15 lines
256 B
YAML

apiVersion: v1
kind: Service
metadata:
name: zipline-postgresql
namespace: zipline
spec:
selector:
app: zipline-postgresql
type: ClusterIP
ports:
- name: zipline-postgresql-port
protocol: TCP
port: 5432
targetPort: 5432