mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
15 lines
218 B
YAML
15 lines
218 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: postgresql
|
|
labels:
|
|
name: postgresql
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- port: 5432
|
|
targetPort: 5432
|
|
protocol: TCP
|
|
selector:
|
|
name: postgresql
|