mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
28 lines
724 B
YAML
28 lines
724 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: kube-state-metrics
|
|
labels:
|
|
stack: observability
|
|
spec:
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: kube-state-metrics
|
|
project: system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
sources:
|
|
- repoURL: https://prometheus-community.github.io/helm-charts
|
|
chart: kube-state-metrics
|
|
targetRevision: 5.13.0
|
|
helm:
|
|
values: |
|
|
# https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-state-metrics
|
|
prometheus:
|
|
monitor:
|
|
enabled: true
|
|
honorLabels: true
|