From b0c0189066a486f9da4a048c7780dbc640031d27 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 7 Sep 2025 22:14:12 -0700 Subject: Remove portainer and add some monitoring updates --- group_vars/all.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'group_vars/all.yml') diff --git a/group_vars/all.yml b/group_vars/all.yml index e5c4611..9cb5019 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -87,7 +87,10 @@ mesh: - "https://{{ headscale_host }}/health" - "https://fwdauth.{{ domain }}/oauth2/sign_in" - "https://test.{{ domain }}/" + - "https://graph.{{ domain }}/" + - "https://src.{{ domain }}/" private_healthchecks: + - "https://mon.{{ domain }}" - "https://bin.{{ domain }}" - "https://ci.{{ domain }}" - "https://notes.{{ domain }}" @@ -156,6 +159,9 @@ mesh: - type: "A" name: "mon.{{ domain }}" ip: "{{ loadbalancer_ip }}" + - type: "A" + name: "graph.{{ domain }}" + ip: "{{ loadbalancer_ip }}" # -- -- # -- -- -- cgit v1.2.3-70-g09d2