Private searxng instance
This commit is contained in:
parent
8bf4269208
commit
795309cfe2
2 changed files with 11 additions and 1 deletions
|
@ -87,7 +87,7 @@ resource "kubernetes_service" "searxng_service" {
|
|||
target_port = var.search_port
|
||||
}
|
||||
|
||||
type = "LoadBalancer"
|
||||
type = "ClusterIP"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue