website www host, dns ipv6

This commit is contained in:
viktorbarzin 2021-02-25 21:55:00 +00:00
parent 70d309753d
commit 5b742e5b70
4 changed files with 28 additions and 14 deletions

View file

@ -129,5 +129,17 @@ resource "kubernetes_ingress" "blog" {
}
}
}
rule {
host = "www.viktorbarzin.me"
http {
path {
path = "/"
backend {
service_name = "blog"
service_port = "80"
}
}
}
}
}
}