Minimize staging
This commit is contained in:
parent
2008b4e6e3
commit
14b9f36204
16
deploy/overlays/staging/autoscaling.yml
Normal file
16
deploy/overlays/staging/autoscaling.yml
Normal 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
|
@ -5,6 +5,7 @@ resources:
|
||||
- namespace.yml
|
||||
- reset-cron-job.yml
|
||||
patchesStrategicMerge:
|
||||
- autoscaling.yml
|
||||
- ports.yml
|
||||
- envvars.yml
|
||||
- flex_vol.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user