Skip to content

Commit

Permalink
added more ram to afk
Browse files Browse the repository at this point in the history
  • Loading branch information
Erling Jahr committed Jul 24, 2024
1 parent 8750798 commit 3ecd583
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kustomize/overlays/api/afk-no/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ patches:
- op: replace
path: "/spec/url/basePath"
value: "/afk-no"
- op: add
path: "/spec/resources"
value:
limits:
cpu: "1000m"
memory: "2000Mi"
requests:
cpu: "500m"
memory: "500Mi"
target:
kind: Application
name: fint-kontroll-user-catalog
Expand Down

0 comments on commit 3ecd583

Please sign in to comment.