Skip to content

Commit

Permalink
FKS-953 Added more ram to ofk and bfk
Browse files Browse the repository at this point in the history
  • Loading branch information
Erling Jahr committed Sep 30, 2024
1 parent 83a635c commit 67f8fad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kustomize/overlays/api/bfk-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: "/bfk-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
9 changes: 9 additions & 0 deletions kustomize/overlays/api/ofk-no/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ patches:
- op: replace
path: "/spec/url/basePath"
value: "/ofk-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 67f8fad

Please sign in to comment.