You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
2.5 KiB

  1. version: '2'
  2. services:
  3. Global-LB:
  4. scale: 1
  5. start_on_create: false
  6. lb_config:
  7. certs: []
  8. config: "defaults\noption forwardfor\n\nlisten stats \nbind 0.0.0.0:9123\nmode\
  9. \ http\nstats enable\nstats hide-version\nstats realm Haproxy\\ Statistics\n\
  10. stats uri /haproxy_stats"
  11. port_rules:
  12. - hostname: khhwtml01t.wanhai.com
  13. path: /collab/ott
  14. priority: 1
  15. protocol: http
  16. service: TML-KHHW/OTT
  17. source_port: 80
  18. target_port: 8080
  19. - hostname: khhwtml01t.wanhai.com
  20. path: /wanhai/tml/static
  21. priority: 2
  22. protocol: http
  23. service: TML-KHHW/TML-STATIC
  24. source_port: 80
  25. target_port: 8080
  26. - hostname: khhwtml01t.wanhai.com
  27. path: /wanhai/tml/menu
  28. priority: 3
  29. protocol: http
  30. service: TML-KHHW/TML-MENU
  31. source_port: 80
  32. target_port: 8080
  33. - hostname: khhwtml01t.wanhai.com
  34. path: /wanhai/tml/cy
  35. priority: 4
  36. protocol: http
  37. service: TML-KHHW/TML-CY
  38. source_port: 80
  39. target_port: 8080
  40. - hostname: txgwtml01t.wanhai.com
  41. path: /wanhai/tml/static
  42. priority: 5
  43. protocol: http
  44. service: TML-TXGW/TML-STATIC
  45. source_port: 80
  46. target_port: 8080
  47. - hostname: txgwtml01t.wanhai.com
  48. path: /collab/ott
  49. priority: 6
  50. protocol: http
  51. service: TML-TXGW/OTT
  52. source_port: 80
  53. target_port: 8080
  54. - hostname: txgwtml01t.wanhai.com
  55. path: /wanhai/tml/menu
  56. priority: 7
  57. protocol: http
  58. service: TML-TXGW/TML-MENU
  59. source_port: 80
  60. target_port: 8080
  61. - hostname: txgwtml01t.wanhai.com
  62. path: /wanhai/tml/cy
  63. priority: 8
  64. protocol: http
  65. service: TML-TXGW/TML-CY
  66. source_port: 80
  67. target_port: 8080
  68. stickiness_policy:
  69. cookie: JSESSIONID
  70. domain: ''
  71. indirect: true
  72. mode: prefix
  73. nocache: true
  74. postonly: false
  75. health_check:
  76. healthy_threshold: 2
  77. response_timeout: 2000
  78. port: 42
  79. unhealthy_threshold: 3
  80. initializing_timeout: 60000
  81. interval: 2000
  82. reinitializing_timeout: 60000
  83. TeamCity-Agent-Alpha:
  84. scale: 1
  85. start_on_create: false
  86. TML-Docker-Registry:
  87. scale: 1
  88. start_on_create: false
  89. TeamCity-Agent-Beta:
  90. scale: 1
  91. start_on_create: false
  92. TeamCity-Server:
  93. scale: 1
  94. start_on_create: false