fix: missed address in consul service (#303)
Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/303
This commit was merged in pull request #303.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user