Skip to content

Commit

Permalink
feat: build linux package
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarschulte committed Oct 21, 2024
1 parent 010a738 commit 07ae804
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.0.2
## v1.0.3
- Added linux package

## v1.0.1
Expand Down
14 changes: 7 additions & 7 deletions linuxpkg/config/steadybit/extension-loadtest
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
STEADYBIT_LOG_LEVEL=info
STEADYBIT_LOG_FORMAT=text
STEADYBIT_EXTENSION_UNIX_SOCKET=/run/steadybit/extension-loadtest.sock
STEADYBIT_EXTENSION_LOADTEST_CLUSTER_NAME=cluster-loadtest
STEADYBIT_EXTENSION_LOADTEST_EC2_NODE_COUNT=1
STEADYBIT_EXTENSION_LOADTEST_GCP_NODE_COUNT=1
STEADYBIT_EXTENSION_LOADTEST_AZURE_NODE_COUNT=1
STEADYBIT_EXTENSION_LOADTEST_DEPLOYMENTS_PER_NODE=1
STEADYBIT_EXTENSION_LOADTEST_PODS_PER_DEPLOYMENT=1
STEADYBIT_EXTENSION_LOADTEST_CONTAINER_PER_POD=1
STEADYBIT_EXTENSION_CLUSTER_NAME=cluster-loadtest
STEADYBIT_EXTENSION_EC2_NODE_COUNT=1
STEADYBIT_EXTENSION_GCP_NODE_COUNT=1
STEADYBIT_EXTENSION_AZURE_NODE_COUNT=1
STEADYBIT_EXTENSION_DEPLOYMENTS_PER_NODE=1
STEADYBIT_EXTENSION_PODS_PER_DEPLOYMENT=1
STEADYBIT_EXTENSION_CONTAINER_PER_POD=1

0 comments on commit 07ae804

Please sign in to comment.