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:
|
tags:
|
||||||
- 'k8s'
|
- 'k8s'
|
||||||
- 'container'
|
- 'container'
|
||||||
address: "%{hiera('networking_loopback0_ip')}"
|
address: "%{facts.networking.fqdn}"
|
||||||
port: 6443
|
port: 6443
|
||||||
checks:
|
checks:
|
||||||
- id: 'k8s-control_https_check'
|
- id: 'k8s-control_https_check'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user