ruby-ex/deployment/config.yaml

21 lines
410 B
YAML
Raw Normal View History

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