Skip to content

Commit

Permalink
consul: add missing service ID and port
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Sep 27, 2023
1 parent ffaf74f commit 32f5f2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/consul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
consul_config_name: '{{ github_webhook_service_name }}'
consul_services:
- name: '{{ github_webhook_service_name }}'
tags: ['{{ github_webhook_service_user }}', 'github', 'webhook']
id: '{{ github_webhook_service_name }}'
port: '{{ github_webhook_port }}'
address: '{{ ansible_local.wireguard.vpn_ip }}'
tags: ['{{ github_webhook_service_user }}', 'github', 'webhook']
checks:
- id: '{{ github_webhook_service_name }}-health'
name: ' {{ github_webhook_service_user }} GitHub Webhook check'
Expand Down

0 comments on commit 32f5f2c

Please sign in to comment.