ruby-ex/deployment/config.yaml
Ovidio Mallo 0e9a613925 buh
2016-12-15 18:29:22 +01:00

23 lines
471 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:
templates:
- manifest: deployment/manifests/app.yaml
parameters:
ENV: test
REPLICAS: 2