From 5fd202a796f6951f770d978359b24f0ba3d4de47 Mon Sep 17 00:00:00 2001 From: AB Date: Thu, 12 Feb 2026 00:51:21 +0200 Subject: [PATCH] Added RBAC mtproxy --- k8s/apps/mtproxy/daemonset.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s/apps/mtproxy/daemonset.yaml b/k8s/apps/mtproxy/daemonset.yaml index 14e403b..1ddff48 100644 --- a/k8s/apps/mtproxy/daemonset.yaml +++ b/k8s/apps/mtproxy/daemonset.yaml @@ -67,7 +67,8 @@ spec: echo "Done" containers: - name: mtproxy - image: ultradesu/mtproxy:v0.02 + image: telegrammessenger/proxy:latest + # image: ultradesu/mtproxy:v0.02 imagePullPolicy: Always ports: - name: proxy