add immich template to istio [ci skip]
This commit is contained in:
parent
ab0525fb62
commit
ab6141becf
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue