ruby-ex/deployment/config.yaml
Ovidio Mallo 9d74dc64e1 buh
2016-12-15 18:34:12 +01:00

26 lines
531 B
YAML

dev:
build:
frontend:
templates:
- manifest: deployment/manifests/build.yaml
deployment:
frontend:
delete:
- type: pvc
name: frontend-data
templates:
- manifest: deployment/manifests/app.yaml
parameters:
ENV: test
REPLICAS: 1
test:
deployment:
frontend:
delete:
- type: pvc
name: frontend-data
templates:
- manifest: deployment/manifests/app.yaml
parameters:
ENV: test
REPLICAS: 2