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