Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deployment/clouddeploy/gke-workers/base/workers-cves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kind: HorizontalPodAutoscaler
metadata:
name: pubsub-cves
spec:
minReplicas: 0
minReplicas: 1
maxReplicas: 100
metrics:
- external:
Expand Down Expand Up @@ -51,7 +51,7 @@ kind: Deployment
metadata:
name: workers-cves
spec:
replicas: 0
replicas: 1
selector:
matchLabels:
name: workers-cves
Expand Down
4 changes: 2 additions & 2 deletions deployment/clouddeploy/gke-workers/base/workers-reimport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kind: HorizontalPodAutoscaler
metadata:
name: pubsub-reimport
spec:
minReplicas: 0
minReplicas: 1
maxReplicas: 100
metrics:
- external:
Expand Down Expand Up @@ -51,7 +51,7 @@ kind: Deployment
metadata:
name: workers-reimport
spec:
replicas: 0
replicas: 1
selector:
matchLabels:
name: workers-reimport
Expand Down
Loading