Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove cpu limit #2371

Merged
merged 2 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ Get and updated timestamp:
Send a sample log with the updated timestamp:

```bash
curl -v -H "Content-Type: application/json" -H "Authorization: Basic Base64-Encoded-USERNAME:PASSWORD" -X POST "https://bcwallet-logstack-proxy-caZZZZ-dev.apps.silver.devops.gov.bc.ca/loki/api/v1/push" --data-raw '{"streams":[{"stream":{"job":"react-native-logs","level":"debug","application":"bc wallet","version":"1.0.1-444","system":"iOS v16.7.4","session_id":"463217"},"values":[["1734028898448000000","{\"message\":\"Successfully connected to WebSocket wss://aries-mediator-agent.blah.gov.bc.ca\"}"]]}]}'
curl -v -H "Content-Type: application/json" -u $PROXY_USER_NAME:$PROXY_PASSWORD -X POST "https://bcwallet-logstack-proxy-caZZZZ-dev.apps.silver.devops.gov.bc.ca/loki/api/v1/push" --data-raw '{"streams":[{"stream":{"job":"react-native-logs","level":"debug","application":"bc wallet","version":"1.0.1-444","system":"iOS v16.7.4","session_id":"463217"},"values":[["1734028898448000000","{\"message\":\"Successfully connected to WebSocket wss://aries-mediator-agent.blah.gov.bc.ca\"}"]]}]}'
```
4 changes: 0 additions & 4 deletions devops/charts/loki-logstack/values_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,14 @@ resources:
cpu: 10m
limits:
memory: 256Mi
cpu: 400m
proxy:
requests:
memory: 32Mi
cpu: 10m
limits:
memory: 64Mi
cpu: 60m
memcached:
limits:
cpu: 50m
memory: 32Mi
requests:
cpu: 10m
Expand All @@ -69,7 +66,6 @@ resources:
cpu: 20m
limits:
memory: 128Mi
cpu: 40m

services:
loki:
Expand Down
4 changes: 0 additions & 4 deletions devops/charts/loki-logstack/values_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,14 @@ resources:
cpu: 10m
limits:
memory: 256Mi
cpu: 400m
proxy:
requests:
memory: 64Mi
cpu: 10m
limits:
memory: 92Mi
cpu: 60m
memcached:
limits:
cpu: 50m
memory: 32Mi
requests:
cpu: 10m
Expand All @@ -63,7 +60,6 @@ resources:
cpu: 20m
limits:
memory: 192Mi
cpu: 80m

services:
loki:
Expand Down