기능 추가
This commit is contained in:
57
yaml/configmap.yaml
Normal file
57
yaml/configmap.yaml
Normal file
@@ -0,0 +1,57 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: ingress-migrator-mapping
|
||||
data:
|
||||
mapping.yaml: |
|
||||
nginx.ingress.kubernetes.io/affinity:
|
||||
haproxy: haproxy.org/cookie-persistence
|
||||
support: partial
|
||||
note: "value 수정 필요 (ex. cookie -> route)"
|
||||
|
||||
nginx.ingress.kubernetes.io/backend-protocol:
|
||||
haproxy: haproxy.org/server-ssl
|
||||
support: partial
|
||||
note: "value 수정 필요 (ex. HTTPS -> true)"
|
||||
|
||||
nginx.ingress.kubernetes.io/force-ssl-redirect:
|
||||
haproxy: haproxy.org/ssl-redirect
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/session-cookie-hash:
|
||||
haproxy: null
|
||||
support: unsupported
|
||||
note: "HAProxy는 해시 방식 지정 불필요 (자동 제공)"
|
||||
|
||||
nginx.ingress.kubernetes.io/session-cookie-name:
|
||||
haproxy: haproxy.org/cookie-persistence
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/ssl-redirect:
|
||||
haproxy: haproxy.org/ssl-redirect
|
||||
support: full
|
||||
|
||||
nginx.ingress.kubernetes.io/server-snippet:
|
||||
haproxy: haproxy.org/backend-config-snippet
|
||||
support: partial
|
||||
note: "value 수정 필요"
|
||||
|
||||
nginx.ingress.kubernetes.io/app-root:
|
||||
haproxy: haproxy.org/path-rewrite
|
||||
support: partial
|
||||
note: "Change Value"
|
||||
|
||||
nginx.ingress.kubernetes.io/configuration-snippet:
|
||||
haproxy: null
|
||||
support: unsupported
|
||||
note: "HAProxy does not support arbitrary NGINX snippets"
|
||||
|
||||
proxy-buffering:
|
||||
haproxy: null
|
||||
support: unsupported
|
||||
note: "HAProxy does not support arbitrary NGINX snippets"
|
||||
|
||||
gzip-level:
|
||||
haproxy: null
|
||||
support: unsupported
|
||||
note: "HAProxy does not support arbitrary NGINX snippets"
|
||||
Reference in New Issue
Block a user