37 lines
839 B
YAML
37 lines
839 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
annotations:
|
|
# HAProxy does not support arbitrary NGINX snippets
|
|
#proxy-buffering: on
|
|
|
|
# PARTIAL SUPPORT: Chage Value
|
|
haproxy.org/path-rewrite: /kor
|
|
|
|
haproxy.org/proxy-connect-timeout: 100
|
|
haproxy.org/ssl-redirect: true
|
|
annotations: {}
|
|
creationTimestamp: "2025-12-30T23:22:37Z"
|
|
generation: 1
|
|
name: nginx-ingress
|
|
namespace: test
|
|
resourceVersion: "4549046"
|
|
uid: 9948d763-7e01-4a34-9b2b-a733fd9acff5
|
|
spec:
|
|
ingressClassName: haproxy
|
|
rules:
|
|
- host: app.10.60.100.91.nip.io
|
|
http:
|
|
paths:
|
|
- backend:
|
|
service:
|
|
name: test-app
|
|
port:
|
|
number: 8080
|
|
path: /
|
|
pathType: Prefix
|
|
status:
|
|
loadBalancer:
|
|
ingress:
|
|
- ip: 10.60.100.91
|