website www host, dns ipv6
This commit is contained in:
parent
70d309753d
commit
5b742e5b70
4 changed files with 28 additions and 14 deletions
|
|
@ -129,5 +129,17 @@ resource "kubernetes_ingress" "blog" {
|
|||
}
|
||||
}
|
||||
}
|
||||
rule {
|
||||
host = "www.viktorbarzin.me"
|
||||
http {
|
||||
path {
|
||||
path = "/"
|
||||
backend {
|
||||
service_name = "blog"
|
||||
service_port = "80"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue