ruby-ex/deployment/config.yaml

24 lines
471 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:
delete:
- type: pvc
2016-12-15 17:29:22 +00:00
name: frontend-data
templates:
2016-12-15 17:27:39 +00:00
- manifest: deployment/manifests/app.yaml
parameters:
ENV: test
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