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

@ -15,7 +15,6 @@ spec:
selector: selector:
matchLabels: matchLabels:
role: web role: web
replicas: 4
strategy: strategy:
type: RollingUpdate type: RollingUpdate
template: template:
@ -169,7 +168,6 @@ spec:
selector: selector:
matchLabels: matchLabels:
role: worker role: worker
replicas: 2
strategy: strategy:
type: RollingUpdate type: RollingUpdate
template: template:

View File

@ -5,7 +5,6 @@ resources:
- namespace.yml - namespace.yml
- reset-cron-job.yml - reset-cron-job.yml
patchesStrategicMerge: patchesStrategicMerge:
- replica_count.yml
- ports.yml - ports.yml
- envvars.yml - envvars.yml
- flex_vol.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

View File

@ -5,7 +5,6 @@ resources:
- namespace.yml - namespace.yml
- reset-cron-job.yml - reset-cron-job.yml
patchesStrategicMerge: patchesStrategicMerge:
- replica_count.yml
- ports.yml - ports.yml
- envvars.yml - envvars.yml
- flex_vol.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