Do not explicitly set replica count

This commit is contained in:
raydds
2020-01-14 12:17:06 -05:00
parent 5fdfc8a425
commit 5813cc1370
5 changed files with 0 additions and 32 deletions

View File

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

View File

@@ -1,14 +0,0 @@
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: atst
spec:
replicas: 2
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: atst-worker
spec:
replicas: 1