add immich template to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-09 20:03:51 +00:00
parent ab0525fb62
commit ab6141becf
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 4 additions and 0 deletions

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"
# }
}
}

Binary file not shown.