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

fix: fine tuned the performance for K6 timescaleDB #401

Merged
merged 1 commit into from
Nov 14, 2024
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
10 changes: 5 additions & 5 deletions helm/timescaledb/c6af30-dev-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ image:
pullPolicy: Always
tag: 3.2-p1

replicaCount: 2
replicaCount: 1

postgresMajorVersion: 15

resources:
requests:
cpu: 50m
memory: 128Mi
limits:
cpu: 200m
cpu: 100m
memory: 256Mi
limits:
cpu: 250m
memory: 1024Mi

podDisruptionBudget:
enabled: false
Expand Down
2 changes: 2 additions & 0 deletions k6/k6-runner/openshift/k6/dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ objects:
value: 'timescaledb=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}'
- name: SCENARIO
value: ${SCENARIO}
- name: K6_INFLUXDB_PUSH_INTERVAL
value: '5s'
resources:
limits:
cpu: 2
Expand Down