Skip to content

Commit

Permalink
Fjerne cpu limit
Browse files Browse the repository at this point in the history
  • Loading branch information
gtcno committed Oct 12, 2023
1 parent db0fbe6 commit 5250d91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions nais/dev/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ spec:
enabled: true
path: /metrics
replicas:
min: 2
min: 3
max: 3
kafka:
pool: nav-dev
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 200m
Expand Down
1 change: 0 additions & 1 deletion nais/prod/nais.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ spec:
pool: nav-prod
resources:
limits:
cpu: 1000m
memory: 2024Mi
requests:
cpu: 800m
Expand Down

0 comments on commit 5250d91

Please sign in to comment.