mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 18:03:40 -05:00
feat: depreciate consul and use nomad service discovery
This commit is contained in:
@@ -78,6 +78,7 @@ job "influxdb" {
|
||||
service {
|
||||
port = "httpAPI"
|
||||
name = "${NOMAD_JOB_NAME}"
|
||||
provider = "nomad"
|
||||
|
||||
check {
|
||||
type = "tcp"
|
||||
@@ -89,7 +90,6 @@ job "influxdb" {
|
||||
check_restart {
|
||||
limit = 0
|
||||
grace = "1m"
|
||||
ignore_warnings = true
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user