inat-ranges / kubernetes /ingress.yaml
cboettig's picture
more robust ingress
e918ccc
raw
history blame contribute delete
560 Bytes
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