Skip to content

Commit

Permalink
Reduser cpu for proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
ingleivj committed Dec 5, 2023
1 parent 7408b5d commit 5230285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/etterlatte-proxy/.nais/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ spec:
timeout: 1
resources:
limits:
cpu: 500m
memory: 2Gi
requests:
cpu: 100m
cpu: 50m
memory: 512Mi
ingresses:
- "https://etterlatte-proxy.dev-fss-pub.nais.io"
Expand Down
3 changes: 1 addition & 2 deletions apps/etterlatte-proxy/.nais/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ spec:
timeout: 1
resources:
limits:
cpu: 500m
memory: 2Gi
requests:
cpu: 100m
cpu: 50m
memory: 512Mi
ingresses:
- "https://etterlatte-proxy.prod-fss-pub.nais.io"
Expand Down

0 comments on commit 5230285

Please sign in to comment.