Add make prometheus and make grafana commands to dev environment

This commit is contained in:
Seth Foster
2022-05-16 17:38:00 -04:00
parent 4dc956c76f
commit 6f68f3cba6
10 changed files with 183 additions and 38 deletions

View File

@@ -69,7 +69,7 @@ services:
{% endfor %}
{% if control_plane_node_count|int > 1 %}
haproxy:
image: haproxy
image: haproxy:2.3
user: "{{ ansible_user_uid }}"
volumes:
- "./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:Z"

View File

@@ -1,6 +1,7 @@
global
stats socket /tmp/admin.sock
stats timeout 30s
maxconn 1000
defaults
log global
@@ -46,4 +47,3 @@ listen stats
bind *:1936
stats enable
stats uri /