최초 업로드
This commit is contained in:
77
mapping.yaml
Normal file
77
mapping.yaml
Normal file
@@ -0,0 +1,77 @@
|
||||
nginx.ingress.kubernetes.io/ssl-redirect:
|
||||
haproxy: haproxy.org/ssl-redirect
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/force-ssl-redirect:
|
||||
haproxy: haproxy.org/ssl-redirect
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/backend-protocol:
|
||||
haproxy: haproxy.org/backend-protocol
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/load-balance:
|
||||
haproxy: haproxy.org/load-balance
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/rewrite-target:
|
||||
haproxy: haproxy.org/path-rewrite
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/proxy-connect-timeout:
|
||||
haproxy: haproxy.org/proxy-connect-timeout
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/proxy-read-timeout:
|
||||
haproxy: haproxy.org/proxy-read-timeout
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/proxy-send-timeout:
|
||||
haproxy: haproxy.org/proxy-send-timeout
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/whitelist-source-range:
|
||||
haproxy: haproxy.org/allow-list
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/limit-rps:
|
||||
haproxy: haproxy.org/rate-limit-requests
|
||||
support: partial
|
||||
note: "burst/period semantics differ"
|
||||
|
||||
nginx.ingress.kubernetes.io/limit-rps-burst:
|
||||
haproxy: haproxy.org/rate-limit-period
|
||||
support: partial
|
||||
|
||||
nginx.ingress.kubernetes.io/affinity:
|
||||
haproxy: haproxy.org/affinity
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/session-cookie-name:
|
||||
haproxy: haproxy.org/session-cookie-name
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/cors-allow-origin:
|
||||
haproxy: haproxy.org/cors-allow-origin
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/cors-allow-methods:
|
||||
haproxy: haproxy.org/cors-allow-methods
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/cors-allow-headers:
|
||||
haproxy: haproxy.org/cors-allow-headers
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/cors-expose-headers:
|
||||
haproxy: haproxy.org/cors-expose-headers
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/enable-cors:
|
||||
haproxy: haproxy.org/enable-cors
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/configuration-snippet:
|
||||
haproxy: null
|
||||
support: unsupported
|
||||
note: "HAProxy does not support arbitrary NGINX snippets"
|
||||
Reference in New Issue
Block a user