mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-02-14 16:59:51 +00:00
18 lines
372 B
YAML
Executable File
18 lines
372 B
YAML
Executable File
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: proxy-ingress
|
|
spec:
|
|
ingressClassName: nginx
|
|
rules:
|
|
- host: k8s.openproject-dev.com
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: proxy
|
|
port:
|
|
number: 80
|