add frigate to istio [ci skip]
This commit is contained in:
parent
62a6630379
commit
5268e70426
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ variable "valchedrym_camera_credentials" {
|
||||||
resource "kubernetes_namespace" "frigate" {
|
resource "kubernetes_namespace" "frigate" {
|
||||||
metadata {
|
metadata {
|
||||||
name = "frigate"
|
name = "frigate"
|
||||||
|
labels = {
|
||||||
|
"istio-injection" : "enabled"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue