feat(observability): add sustainability metrics, Kepler, 6-month retention, GARM scrape
This commit is contained in:
parent
bbdca11f00
commit
b5594a8017
6 changed files with 141 additions and 1 deletions
|
|
@ -0,0 +1,29 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: kepler
|
||||
namespace: argocd
|
||||
labels:
|
||||
env: dev
|
||||
spec:
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
retry:
|
||||
limit: -1
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: observability
|
||||
sources:
|
||||
- chart: kepler
|
||||
repoURL: https://sustainable-computing-io.github.io/kepler-helm-chart
|
||||
targetRevision: 0.6.1
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/otc/observability.buildth.ing/stacks/observability-client/kepler/values.yaml
|
||||
- repoURL: https://edp.buildth.ing/DevFW-CICD/stacks-instances
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
canMount:
|
||||
usrSrc: false
|
||||
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
|
||||
extraEnvVars:
|
||||
ENABLE_GPU: "false"
|
||||
ENABLE_EBPF_CGROUPID: "true"
|
||||
KEPLER_LOG_LEVEL: "1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue