Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
f30cc21a5a Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 19s
Generated by CI/CD workflow on 2026-02-11 22:43:56

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-11 22:43:56 +00:00

View File

@@ -67,8 +67,7 @@ spec:
echo "Done"
containers:
- name: mtproxy
image: telegrammessenger/proxy:latest
# image: ultradesu/mtproxy:v0.02
image: ultradesu/mtproxy:v0.02
imagePullPolicy: Always
ports:
- name: proxy
@@ -78,16 +77,14 @@ spec:
- /bin/sh
- -c
- >-
/usr/bin/curl -s https://core.telegram.org/getProxySecret -o proxy-secret && \
/usr/bin/curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf && \
mtproto-proxy
-u nobody
-p 8888
-H $(PORT)
-M 1
-S $(SECRET)
--aes-pwd proxy-secret
proxy-multi.conf
--aes-pwd /etc/mtproxy/proxy-secret
/etc/mtproxy/proxy-multi.conf
env:
- name: SECRET
valueFrom: