add books.viktorbarzin.me -> calibre [ci skip]

This commit is contained in:
Viktor Barzin 2024-02-23 22:55:53 +00:00
parent 759db0360a
commit d797590a88
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 16 additions and 0 deletions

View file

@ -134,6 +134,22 @@ resource "kubernetes_ingress_v1" "calibre" {
}
}
}
rule {
host = "books.viktorbarzin.me"
http {
path {
path = "/"
backend {
service {
name = "calibre"
port {
number = 80
}
}
}
}
}
}
}
}

Binary file not shown.