Skip to content

Commit

Permalink
Change limits connet
Browse files Browse the repository at this point in the history
  • Loading branch information
julian9499 authored Oct 12, 2023
1 parent 95277f7 commit 079d581
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/connect/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
timeoutSeconds: 5
resources:
limits:
memory: 900Mi
memory: 700Mi
requests:
cpu: 250m
memory: 550Mi
Expand All @@ -77,12 +77,12 @@ spec:
runAsNonRoot: true
resources:
limits:
memory: 200Mi
memory: 100Mi
requests:
cpu: 20m
memory: 100Mi
memory: 50Mi
volumes:
- name: connect
secret:
defaultMode: 420
secretName: connect
secretName: connect

0 comments on commit 079d581

Please sign in to comment.