Update wireguard and squid versions; reduce num_workers in m3uproxy configuration
This commit is contained in:
@@ -202,7 +202,7 @@ resource "kubernetes_deployment" "proxy_pt" {
|
||||
|
||||
container {
|
||||
name = "squid"
|
||||
image = "ubuntu/squid:edge"
|
||||
image = "ubuntu/squid:${local.squid_version}"
|
||||
|
||||
port {
|
||||
container_port = 3128
|
||||
|
||||
Reference in New Issue
Block a user