fix: missed address in consul service (#303)
Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/303
This commit is contained in:
parent
bdd833fa4e
commit
ed1a4f6488
@ -16,7 +16,7 @@ consul::services:
|
||||
tags:
|
||||
- 'k8s'
|
||||
- 'container'
|
||||
address: "%{hiera('networking_loopback0_ip')}"
|
||||
address: "%{facts.networking.fqdn}"
|
||||
port: 6443
|
||||
checks:
|
||||
- id: 'k8s-control_https_check'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user