diff --git a/deeployer.libsonnet b/deeployer.libsonnet index cb8cf50a..975686be 100644 --- a/deeployer.libsonnet +++ b/deeployer.libsonnet @@ -42,6 +42,23 @@ "config": { "https": { "mail": "d.negrier@thecodingmachine.com" - } + }, + k8sextension(k8sConf):: + k8sConf + { + back+: { + deployment+: { + spec+: { + template+: { + metadata+: { + annotations+: { + "prometheus.io/port": "8080", + "prometheus.io/scrape": "true" + } + } + } + } + } + } + } } }