add immich template to istio [ci skip]
This commit is contained in:
parent
eeb5da6549
commit
758b69e0a4
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ module "tls_secret" {
|
||||||
resource "kubernetes_namespace" "immich" {
|
resource "kubernetes_namespace" "immich" {
|
||||||
metadata {
|
metadata {
|
||||||
name = "immich"
|
name = "immich"
|
||||||
|
# Container comms are broken - seems due to tls
|
||||||
|
# labels = {
|
||||||
|
# "istio-injection" : "enabled"
|
||||||
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue