Refactor security context in m3uproxy.tf

This commit is contained in:
2024-09-25 21:11:09 +02:00
parent c6829653a5
commit def5d0ac60
+2
View File
@@ -222,6 +222,7 @@ resource "kubernetes_deployment" "proxy_pt" {
}
security_context {
allow_privilege_escalation = false
run_as_user = 1000
run_as_group = 1000
}
@@ -346,6 +347,7 @@ resource "kubernetes_deployment" "m3uproxy" {
}
security_context {
allow_privilege_escalation = false
run_as_user = 1000
run_as_group = 1000
}