Add a readiness probe to CoreDNS

* https://github.com/poseidon/terraform-render-bootkube/pull/115
This commit is contained in:
Dalton Hubble
2019-02-23 13:23:11 -08:00
parent d10c2b4cb9
commit 42d7222f3d
10 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# Self-hosted Kubernetes assets (kubeconfig, manifests)
module "bootkube" {
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=c5f5aacce974e6961b63b0d3c136cd050083fec3"
source = "git::https://github.com/poseidon/terraform-render-bootkube.git?ref=593f0e3655294832122a133c08d0ed5c4f28f9b3"
cluster_name = "${var.cluster_name}"
api_servers = ["${format("%s.%s", var.cluster_name, var.dns_zone)}"]