|
|
|
@ -52,7 +52,7 @@ prometheus_docker: {
|
|
|
|
'"--web.console.templates=/usr/share/prometheus/consoles"',
|
|
|
|
'"--web.console.templates=/usr/share/prometheus/consoles"',
|
|
|
|
'"--web.external-url={{ http_s}}://{{ inventory_hostname }}-prometheus.{{ domain }}"',
|
|
|
|
'"--web.external-url={{ http_s}}://{{ inventory_hostname }}-prometheus.{{ domain }}"',
|
|
|
|
'"--web.enable-lifecycle"',
|
|
|
|
'"--web.enable-lifecycle"',
|
|
|
|
'"--storage.tsdb.retention.time=4w"',
|
|
|
|
'"--storage.tsdb.retention.time={{ prometheus_tsdb_rentention_time | default("4w")}}"',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
volumes: [
|
|
|
|
volumes: [
|
|
|
|
'"./config/prometheus/:/etc/prometheus/:ro"',
|
|
|
|
'"./config/prometheus/:/etc/prometheus/:ro"',
|
|
|
|
|