Skip to content

tioxy/custom-kube-prometheus

Repository files navigation

Custom kube-prometheus

This repository is intended to be a simple implementation using kube-prometheus to customize prometheus-operator default chart manifests.


If you already have Golang installed but none of the requirements, you can use these built-in helper commands to install dependencies:

make install-jsonnet
make install-jsonnetbundler
make install-gojsontoyaml


  • Generate new manifests after changing your input file. This process takes around 10s to finish.
make FILENAME=main.jsonnet MANIFESTS_FOLDER=manifests
  • Update jsonnet-bundler dependencies
make update

Releases

No releases published

Packages

No packages published