change(prometheus): Enable thanos for prometheus on monitoring as well

This commit is contained in:
Jim Martens 2024-02-04 12:34:47 +01:00
parent 2eedc90871
commit 15661eee3f
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
1 changed files with 9 additions and 0 deletions

View File

@ -39,8 +39,17 @@ kube-prometheus-stack:
resources:
requests:
storage: 10Gi
thanos:
objectStorageConfig:
existingSecret:
key: thanos.yaml
name: thanos-object-storage-config
ingress:
enabled: false
thanosServiceMonitor:
enabled: true
thanosService:
enabled: true
kubeControllerManager:
endpoints:
- 10.0.0.7