diff --git a/modules/kubernetes/calibre/main.tf b/modules/kubernetes/calibre/main.tf index e7348d1e..b41ca697 100644 --- a/modules/kubernetes/calibre/main.tf +++ b/modules/kubernetes/calibre/main.tf @@ -134,6 +134,22 @@ resource "kubernetes_ingress_v1" "calibre" { } } } + rule { + host = "books.viktorbarzin.me" + http { + path { + path = "/" + backend { + service { + name = "calibre" + port { + number = 80 + } + } + } + } + } + } } } diff --git a/terraform.tfstate b/terraform.tfstate index cbf077cb..1802a788 100644 Binary files a/terraform.tfstate and b/terraform.tfstate differ