-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
{chart,scripts}: move datasource test to helm chart
Signed-off-by: Paweł Krupa (paulfantom) <[email protected]>
- Loading branch information
1 parent
afb5302
commit 46b7298
Showing
7 changed files
with
193 additions
and
419 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.vscode/ | ||
.idea/ | ||
chart/Chart.lock | ||
chart/charts/* | ||
chart/charts | ||
tmp/ | ||
manifests.yaml |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This is the default values for the chart to run in CI system and it can be used as | ||
# a base template for other *-values.yaml files. Only resource requests are nullified | ||
# to allow starting the stack on github action runner and prevent issues related | ||
# to pod scheduling due to insufficient host resources. | ||
|
||
timescaledb-single: | ||
resources: null | ||
|
||
promscale: | ||
resources: null | ||
|
||
kube-prometheus-stack: | ||
alertmanager: | ||
alertmanagerSpec: | ||
resources: null | ||
prometheusOperator: | ||
prometheusConfigReloader: | ||
resources: null | ||
resources: null | ||
prometheus: | ||
prometheusSpec: | ||
resources: null | ||
grafana: | ||
resources: null | ||
kube-state-metrics: | ||
resources: null | ||
prometheus-node-exporter: | ||
resources: null | ||
|
||
opentelemetry-operator: | ||
manager: | ||
resources: null |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.