Ales Komarek | 87fef10 | 2016-12-31 14:53:19 +0100 | [diff] [blame] | 1 | parameters: |
2 | nginx: | ||||
3 | server: | ||||
4 | enabled: true | ||||
5 | site: | ||||
6 | nginx_proxy_jenkins: | ||||
7 | enabled: true | ||||
8 | type: nginx_proxy | ||||
9 | name: jenkins | ||||
10 | proxy: | ||||
Ondrej Smola | 030b89d | 2017-01-13 19:21:16 +0100 | [diff] [blame] | 11 | host: ${_param:infra_integration_node01_single_address} |
Ales Komarek | 87fef10 | 2016-12-31 14:53:19 +0100 | [diff] [blame] | 12 | port: 8080 |
13 | protocol: http | ||||
14 | host: | ||||
15 | name: ${_param:cluster_public_host} | ||||
16 | port: 8095 | ||||
17 | protocol: https | ||||
18 | ssl: ${_param:nginx_proxy_ssl} |