TrueChartsClone/templates/questions/metrics/metrics60m.yaml

22 lines
578 B
YAML
Raw Normal View History

- variable: metrics
group: Metrics
label: Prometheus Metrics
schema:
additional_attrs: true
type: dict
attrs:
Feat: Rework GUI templates (#7545) * adapt metrics * Adapt VPN * Adapt codeserver (remove git related crap) * add postgresql group, remove vpn group * restructure securityContext and add testapp for gui testing * simplify security questions.yaml * adapt workload GUI * no message * no message * adapt portal configmap name * add netshoot GUI elements * add postgresql GUI elements * whoops * some more gui fixes * restructure * Update Chart.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update vpn.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update common.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update charts/dev/testapp/values.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update charts/dev/testapp/values.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update charts/dev/testapp/values.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Revert "limit fetch depth" This reverts commit ffb83b1b05bf1e73ecf4fcb834c67f1e008a13ab. (+2 squashed commit) Squashed commit: [ffb83b1b05] limit fetch depth [ce063d6a95] Update ct-install.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update build-release.sh Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update ct-install.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> --------- Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-28 12:38:55 -05:00
- variable: main
label: Main Metrics
schema:
Feat: Rework GUI templates (#7545) * adapt metrics * Adapt VPN * Adapt codeserver (remove git related crap) * add postgresql group, remove vpn group * restructure securityContext and add testapp for gui testing * simplify security questions.yaml * adapt workload GUI * no message * no message * adapt portal configmap name * add netshoot GUI elements * add postgresql GUI elements * whoops * some more gui fixes * restructure * Update Chart.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update vpn.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update common.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update charts/dev/testapp/values.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update charts/dev/testapp/values.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update charts/dev/testapp/values.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Revert "limit fetch depth" This reverts commit ffb83b1b05bf1e73ecf4fcb834c67f1e008a13ab. (+2 squashed commit) Squashed commit: [ffb83b1b05] limit fetch depth [ce063d6a95] Update ct-install.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update build-release.sh Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update ct-install.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> --------- Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-28 12:38:55 -05:00
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: Enabled
description: Enable Prometheus Metrics
schema:
Feat: Rework GUI templates (#7545) * adapt metrics * Adapt VPN * Adapt codeserver (remove git related crap) * add postgresql group, remove vpn group * restructure securityContext and add testapp for gui testing * simplify security questions.yaml * adapt workload GUI * no message * no message * adapt portal configmap name * add netshoot GUI elements * add postgresql GUI elements * whoops * some more gui fixes * restructure * Update Chart.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update vpn.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update common.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update charts/dev/testapp/values.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update charts/dev/testapp/values.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update charts/dev/testapp/values.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Revert "limit fetch depth" This reverts commit ffb83b1b05bf1e73ecf4fcb834c67f1e008a13ab. (+2 squashed commit) Squashed commit: [ffb83b1b05] limit fetch depth [ce063d6a95] Update ct-install.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update build-release.sh Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update ct-install.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> --------- Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-28 12:38:55 -05:00
type: boolean
fix(templates): disable metrics by default (#9722) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes #9563 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-06-17 07:43:12 -04:00
default: false
Feat: Rework GUI templates (#7545) * adapt metrics * Adapt VPN * Adapt codeserver (remove git related crap) * add postgresql group, remove vpn group * restructure securityContext and add testapp for gui testing * simplify security questions.yaml * adapt workload GUI * no message * no message * adapt portal configmap name * add netshoot GUI elements * add postgresql GUI elements * whoops * some more gui fixes * restructure * Update Chart.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update vpn.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update common.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update charts/dev/testapp/values.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update charts/dev/testapp/values.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update charts/dev/testapp/values.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Revert "limit fetch depth" This reverts commit ffb83b1b05bf1e73ecf4fcb834c67f1e008a13ab. (+2 squashed commit) Squashed commit: [ffb83b1b05] limit fetch depth [ce063d6a95] Update ct-install.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update build-release.sh Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update ct-install.yaml Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> --------- Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-28 12:38:55 -05:00
show_subquestions_if: true
subquestions: