Skip to content

Commit

Permalink
Add kube resource limit to minio and pod-sweeper (airbytehq#5620)
Browse files Browse the repository at this point in the history
* Add kube resource limit to minio and pod-sweeper

* Update kube/overlays/stable-with-resource-limits/set-resource-limits.yaml

Co-authored-by: Jared Rhizor <me@jaredrhizor.com>

* Update kube/overlays/stable-with-resource-limits/set-resource-limits.yaml

Co-authored-by: Jared Rhizor <me@jaredrhizor.com>

Co-authored-by: Jared Rhizor <me@jaredrhizor.com>
  • Loading branch information
troyharvey and jrhizor authored Aug 25, 2021
1 parent f059a27 commit 13349db
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions kube/overlays/stable-with-resource-limits/set-resource-limits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,31 @@ spec:
limits:
cpu: 1
memory: 512Mi
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: airbyte-minio
spec:
template:
spec:
containers:
- name: airbyte-minio
resources:
limits:
cpu: 1
memory: 512Mi
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: airbyte-pod-sweeper
spec:
template:
spec:
containers:
- name: airbyte-pod-sweeper
resources:
limits:
cpu: 0.5
memory: 128Mi

0 comments on commit 13349db

Please sign in to comment.