Minimize staging

This commit is contained in:
raydds 2020-01-20 14:06:54 -05:00
parent 2008b4e6e3
commit 14b9f36204
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: atst
spec:
minReplicas: 1
maxReplicas: 2
---
apiVersion: autoscaling/v2beta1
kind: HorizontalPodAutoscaler
metadata:
name: atst-worker
spec:
minReplicas: 1
maxReplicas: 2

View File

@ -5,6 +5,7 @@ resources:
- namespace.yml - namespace.yml
- reset-cron-job.yml - reset-cron-job.yml
patchesStrategicMerge: patchesStrategicMerge:
- autoscaling.yml
- ports.yml - ports.yml
- envvars.yml - envvars.yml
- flex_vol.yml - flex_vol.yml