Skip to content

mapfish/helm-mapfish-print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HELM Mapfish Print

This repository provide an example values file that can be used with helm-application to deploy a Mapfish Print service.

With the following values, you will have a print with:

  • Use a database to make the cluster mode working.
  • Mask the metrics views [TODO].
  • Expose the JMX metrics to Prometheus.
  • Configure a PodDisruptionBudget.
  • Configure an Ingress.

To expose the JMX metrics to Prometheus, we:

  • Get the jmx_prometheus_javaagent.jar from the bitnami/jmx-exporter image.
  • Create a jmx-exporter.yaml configuration in a ConfigMap.
  • Run java with a -javaagent:... argument.
  • Configure a prometheus port.
  • Create a PodMonitor object to indicate to the Prometheus operator where he should get the metrics.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors