Ilya Kharin | 9954eaf | 2017-03-06 15:21:07 +0400 | [diff] [blame] | 1 | applications: |
| 2 | - devops_portal |
| 3 | parameters: |
| 4 | _param: |
Ilya Kharin | 6e04186 | 2017-03-06 15:32:28 +0400 | [diff] [blame] | 5 | devops_portal_setup_engine: kubernetes |
| 6 | devops_portal_k8s_namespace: oss |
Ilya Kharin | 9954eaf | 2017-03-06 15:21:07 +0400 | [diff] [blame] | 7 | devops_portal_image: docker-sandbox.sandbox.mirantis.net/ikharin/oss/devops-portal:latest |
| 8 | devops_portal_external_port: 8000 |
| 9 | devops_portal: |
| 10 | control: |
| 11 | enabled: true |
Ilya Kharin | 6e04186 | 2017-03-06 15:32:28 +0400 | [diff] [blame] | 12 | setup: |
| 13 | engine: ${_param:devops_portal_setup_engine} |
| 14 | kubernetes: |
| 15 | namespace: ${_param:devops_portal_k8s_namespace} |
Ilya Kharin | 9954eaf | 2017-03-06 15:21:07 +0400 | [diff] [blame] | 16 | container: |
| 17 | image: ${_param:devops_portal_image} |
| 18 | external_ip: ${_param:devops_portal_external_ip} |
| 19 | external_port: ${_param:devops_portal_external_port} |
| 20 | container_port: 8000 |
| 21 | services: {} |