add shadowsockstemplate to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 22:39:59 +00:00
parent ef18452854
commit 58c55ed380
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 4 additions and 0 deletions

View file

@ -6,6 +6,10 @@ variable "method" {
resource "kubernetes_namespace" "mailserver" {
metadata {
name = "shadowsocks"
# TLS termination seems iffy - I get pfsense MiTM-ing
# labels = {
# "istio-injection" : "enabled"
# }
}
}