-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from GDATASoftwareAG/customizable_auto_scaler_…
…metrics Allow configuring auto scaler metrics
- Loading branch information
Showing
4 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,9 +63,12 @@ For pricing details please [contact us](mailto:[email protected]). A free trial is po | |
|
||
# Options | ||
|
||
| Name | Description | Value | | ||
| ---------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ------------------------ | | ||
| Name | Description | Value | | ||
| ---------------------------------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------ | | ||
| `service.type` | service type | `ClusterIP` | | ||
| `service.ports.api` | API service port | `8080` | | ||
| `service.annotations` | service annotations | `{}` | | ||
| `replicaCount` | number of pods | `1` | | ||
| `service.annotations` | service annotations | `{}` | | ||
| `replicaCount` | number of pods | `1` | | ||
| `autoscaling.enabled` | enable auto scaling | `false` | | ||
| `autoscaling.maxReplicas` | maximum number of replicas | `20` | | ||
| `autoscaling.metrics` | custom metrics for auto scaling | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ maintainers: | |
- name: G DATA CyberDefense AG | ||
email: [email protected] | ||
type: application | ||
version: 1.1.4 | ||
version: 1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,7 @@ autoscaling: | |
minReplicas: 2 | ||
maxReplicas: 20 | ||
targetCPU: 75 | ||
metrics: | ||
|
||
nodeSelector: {} | ||
|
||
|