mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-07-12 15:09:26 +00:00
16 lines
250 B
YAML
Executable File
16 lines
250 B
YAML
Executable File
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: db
|
|
labels:
|
|
openproject.service: db
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
openproject.service: db
|
|
ports:
|
|
- name: db
|
|
protocol: TCP
|
|
port: 5432
|
|
targetPort: 5432
|