Fix reverse zone in corefile
This commit is contained in:
parent
99b60d2966
commit
7e93746083
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ func createTestServer(t *testing.T, corefile string) (*caddy.Instance, string) {
|
||||||
func TestKubernetesIntegration(t *testing.T) {
|
func TestKubernetesIntegration(t *testing.T) {
|
||||||
corefile :=
|
corefile :=
|
||||||
`.:0 {
|
`.:0 {
|
||||||
kubernetes cluster.local 0.3.10.in-addr.arpa {
|
kubernetes cluster.local 0.0.10.in-addr.arpa {
|
||||||
endpoint http://localhost:8080
|
endpoint http://localhost:8080
|
||||||
#endpoint https://kubernetes/
|
#endpoint https://kubernetes/
|
||||||
#tls admin.pem admin-key.pem ca.pem
|
#tls admin.pem admin-key.pem ca.pem
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue