mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-02-14 16:59:51 +00:00
16 lines
254 B
YAML
Executable File
16 lines
254 B
YAML
Executable File
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: web
|
|
labels:
|
|
openproject.service: web
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
openproject.service: web
|
|
ports:
|
|
- name: web
|
|
protocol: TCP
|
|
port: 8080
|
|
targetPort: 8080
|