add shadowsockstemplate to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 22:39:59 +00:00
parent 349aa0acfe
commit a1506040fc

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"
# }
}
}