add books.viktorbarzin.me -> calibre [ci skip]
This commit is contained in:
parent
759db0360a
commit
d797590a88
2 changed files with 16 additions and 0 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue