Compare commits

..

1 Commits

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

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

View File

@@ -44,16 +44,11 @@ spec:
secretKeyRef:
name: tgproxy-secret
key: PORT
volumeMounts:
- name: data
mountPath: /data
command:
- /bin/bash
- -c
- |
set -e
curl -s https://core.telegram.org/getProxySecret -o /data/proxy-secret
curl -s https://core.telegram.org/getProxyConfig -o /data/proxy-multi.conf
NAMESPACE=$(cat /var/run/secrets/kubernetes.io/serviceaccount/namespace)
SERVER=$(kubectl get node "${NODE_NAME}" -o jsonpath='{.metadata.labels.mtproxy}')
if [ -z "${SERVER}" ]; then
@@ -83,14 +78,17 @@ spec:
- /bin/sh
- -c
- >-
cat /etc/*release* && \
# /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 /data/proxy-secret
/data/proxy-multi.conf
--aes-pwd proxy-secret
proxy-multi.conf
env:
- name: SECRET
valueFrom: