Skip to content

joshuacolvin0/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

About

Simple customization from kube-prometheus project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jsonnet 95.0%
  • Makefile 5.0%