41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: pubmedis
|
|
annotations:
|
|
nginx.ingress.kubernetes.io/proxy-body-size: "50m"
|
|
nginx.ingress.kubernetes.io/proxy-read-timeout: "120"
|
|
nginx.ingress.kubernetes.io/proxy-send-timeout: "120"
|
|
spec:
|
|
ingressClassName: nginx
|
|
rules:
|
|
- host: pubmedis.91.98.92.120.nip.io
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: pubmedis
|
|
port:
|
|
name: http
|
|
- host: pubmedis.46.224.170.83.nip.io
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: pubmedis
|
|
port:
|
|
name: http
|
|
- host: pubmedis.46.224.174.113.nip.io
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: pubmedis
|
|
port:
|
|
name: http |