Skip to content

Commit

Permalink
adjust cpu and memory usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlestad committed Dec 4, 2024
1 parent 0275830 commit a78c84b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kustomize/base/flais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
basePath: path
env:
- name: JAVA_TOOL_OPTIONS
value: '-XX:+ExitOnOutOfMemoryError -Xmx1840M'
value: '-XX:+ExitOnOutOfMemoryError -Xmx475M'
- name: fint.flyt.resource-server.security.api.external.enabled
value: "true"
- name: fint.flyt.resource-server.security.api.external.authorized-client-ids
Expand All @@ -39,11 +39,11 @@ spec:
name: fint-flyt-file-oauth2-client
resources:
limits:
memory: "2048Mi"
cpu: "1"
memory: "500Mi"
cpu: "200m"
requests:
memory: "512Mi"
cpu: "100m"
memory: "400Mi"
cpu: "50m"
restartPolicy: Always
replicas: 1
strategy:
Expand Down

0 comments on commit a78c84b

Please sign in to comment.