**Description** We're moving from tccr.io to oci.trueforge.org TCCR meant "TrueCharts Container Repository" however, it mostly stores chart artefacts. At the same time, we want to more clearly allow us to store containers/artifacts not related to truecharts. Its also worth noting that an additional .io domain carries additional costs. **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 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:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 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 - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ 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._
147 lines
2.7 KiB
YAML
147 lines
2.7 KiB
YAML
image:
|
|
repository: oci.trueforge.org/tccr/scratch
|
|
pullPolicy: IfNotPresent
|
|
tag: latest
|
|
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
|
|
workload:
|
|
main:
|
|
enabled: false
|
|
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
|
|
operator:
|
|
register: true
|
|
|
|
kps:
|
|
## Install Prometheus Operator CRDs
|
|
##
|
|
crds:
|
|
enabled: true
|
|
|
|
## Manages Prometheus and Alertmanager components
|
|
##
|
|
prometheusOperator:
|
|
enabled: true
|
|
|
|
####
|
|
##
|
|
## Everything down here, explicitly disables everything BUT the operator itself
|
|
##
|
|
####
|
|
|
|
##
|
|
global:
|
|
rbac:
|
|
create: true
|
|
|
|
## Create default rules for monitoring the cluster
|
|
##
|
|
defaultRules:
|
|
create: false
|
|
|
|
windowsMonitoring:
|
|
## Deploys the windows-exporter and Windows-specific dashboards and rules (job name must be 'windows-exporter')
|
|
enabled: false
|
|
|
|
## Configuration for prometheus-windows-exporter
|
|
## ref: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-windows-exporter
|
|
##
|
|
prometheus-windows-exporter:
|
|
## Enable ServiceMonitor and set Kubernetes label to use as a job label
|
|
##
|
|
prometheus:
|
|
monitor:
|
|
enabled: false
|
|
|
|
## Configuration for alertmanager
|
|
## ref: https://prometheus.io/docs/alerting/alertmanager/
|
|
##
|
|
alertmanager:
|
|
## Deploy alertmanager
|
|
##
|
|
enabled: false
|
|
|
|
## Using default values from https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml
|
|
##
|
|
grafana:
|
|
enabled: false
|
|
forceDeployDashboards: false
|
|
defaultDashboardsEnabled: false
|
|
|
|
## Flag to disable all the kubernetes component scrapers
|
|
##
|
|
kubernetesServiceMonitors:
|
|
enabled: false
|
|
|
|
## Component scraping the kube api server
|
|
##
|
|
kubeApiServer:
|
|
enabled: false
|
|
|
|
## Component scraping the kubelet and kubelet-hosted cAdvisor
|
|
##
|
|
kubelet:
|
|
enabled: false
|
|
|
|
## Component scraping the kube controller manager
|
|
##
|
|
kubeControllerManager:
|
|
enabled: false
|
|
|
|
## Component scraping coreDns. Use either this or kubeDns
|
|
##
|
|
coreDns:
|
|
enabled: false
|
|
|
|
## Component scraping kubeDns. Use either this or coreDns
|
|
##
|
|
kubeDns:
|
|
enabled: false
|
|
|
|
## Component scraping etcd
|
|
##
|
|
kubeEtcd:
|
|
enabled: false
|
|
|
|
## Component scraping kube scheduler
|
|
##
|
|
kubeScheduler:
|
|
enabled: false
|
|
|
|
## Component scraping kube proxy
|
|
##
|
|
kubeProxy:
|
|
enabled: false
|
|
|
|
## Component scraping kube state metrics
|
|
##
|
|
kubeStateMetrics:
|
|
enabled: false
|
|
|
|
## dontDeploy node exporter as a daemonset to all nodes
|
|
##
|
|
nodeExporter:
|
|
enabled: false
|
|
|
|
## dont Deploy a Prometheus instance
|
|
##
|
|
prometheus:
|
|
enabled: false
|
|
|
|
## Configuration for thanosRuler
|
|
## ref: https://thanos.io/tip/components/rule.md/
|
|
##
|
|
thanosRuler:
|
|
## Dont Deploy thanosRuler
|
|
##
|
|
enabled: false
|