2016-12-09 16:47:14 +01:00
|
|
|
dev:
|
2016-12-15 17:35:06 +01:00
|
|
|
build:
|
|
|
|
frontend:
|
|
|
|
templates:
|
2016-12-15 18:12:50 +01:00
|
|
|
- manifest: deployment/manifests/build.yaml
|
2016-12-15 17:35:06 +01:00
|
|
|
deployment:
|
|
|
|
frontend:
|
|
|
|
templates:
|
2016-12-15 18:27:39 +01:00
|
|
|
- manifest: deployment/manifests/app.yaml
|
2016-12-15 17:35:06 +01:00
|
|
|
parameters:
|
2016-12-16 10:34:34 +01:00
|
|
|
ENV: dev
|
2016-12-15 17:35:06 +01:00
|
|
|
REPLICAS: 1
|
2016-12-09 16:47:14 +01:00
|
|
|
test:
|
2016-12-15 17:35:06 +01:00
|
|
|
deployment:
|
|
|
|
frontend:
|
|
|
|
templates:
|
2016-12-15 18:12:50 +01:00
|
|
|
- manifest: deployment/manifests/app.yaml
|
2016-12-15 17:35:06 +01:00
|
|
|
parameters:
|
|
|
|
ENV: test
|
|
|
|
REPLICAS: 2
|