add immich template to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-09 20:03:51 +00:00
parent eeb5da6549
commit 758b69e0a4

View file

@ -10,6 +10,10 @@ module "tls_secret" {
resource "kubernetes_namespace" "immich" {
metadata {
name = "immich"
# Container comms are broken - seems due to tls
# labels = {
# "istio-injection" : "enabled"
# }
}
}