ruby-ex/deployment/config.yaml

21 lines
410 B
YAML
Raw Normal View History

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