Spaces:
Sleeping
Sleeping
File size: 560 Bytes
0ad4f4d e918ccc 0ad4f4d e918ccc 0ad4f4d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
haproxy.org/timeout-server: "300s"
haproxy.org/timeout-client: "300s"
haproxy.org/timeout-connect: "30s"
haproxy.org/timeout-http-request: "300s"
name: inat-ingress
spec:
ingressClassName: haproxy
rules:
- host: inat-ranges.nrp-nautilus.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: inat-svc
port:
number: 8080
tls:
- hosts:
- inat-ranges.nrp-nautilus.io
|