add headscale template to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 23:03:17 +00:00
parent f0d9a51afb
commit 3d449c481a
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -21,6 +21,8 @@ resource "kubernetes_deployment" "headscale" {
namespace = "headscale"
labels = {
app = "headscale"
# scare to try but probably non-http will fail
# "istio-injection" : "enabled"
}
annotations = {