Skip to content

Commit

Permalink
Merge pull request #27 from neticdk/NIS-175064
Browse files Browse the repository at this point in the history
NIS-175064 - fix warning from kube-apiserver
  • Loading branch information
nilsl88 authored Feb 21, 2024
2 parents a93d816 + 1dd8c47 commit bf1a591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/aoi/templates/prometheus/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
- -httpListenAddr=:9090
- -promscrape.config=/etc/prometheus/config_out/prometheus.env.yaml
- -promscrape.config.strictParse=false
- -promscrape.maxScrapeSize=25165824 # 24 MiB # Default value 16777216
- -remoteWrite.url={{- include "aoi.prometheusWriteUrl" . }}
- -remoteWrite.urlRelabelConfig=/etc/prometheus/configmaps/remote-write-relabel/relabel_config.yaml
- -remoteWrite.tmpDataPath=/prometheus
Expand Down

0 comments on commit bf1a591

Please sign in to comment.