Compare commits

..

2 Commits

Author SHA1 Message Date
Gitea Actions Bot
60445df52e Auto-update README with current k8s applications
Some checks failed
Terraform / Terraform (pull_request) Failing after 3s
Generated by CI/CD workflow on 2026-04-06 11:24:57

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-06 11:24:57 +00:00
Ultradesu
b1b0042e80 Added telemt
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Successful in 13s
Auto-update README / Generate README and Create MR (push) Successful in 8s
2026-04-06 12:24:19 +01:00

View File

@@ -55,8 +55,9 @@ spec:
echo "ERROR: node ${NODE_NAME} has no mtproxy label" echo "ERROR: node ${NODE_NAME} has no mtproxy label"
exit 1 exit 1
fi fi
# Build ee-prefixed secret for secure mode # Build ee-prefixed secret: ee + secret + hex(tls_domain)
EE_SECRET="ee${SECRET}" # "ya.ru" = 79612e7275
EE_SECRET="ee${SECRET}79612e7275"
LINK="tg://proxy?server=${SERVER}&port=${TELEMT_PORT}&secret=${EE_SECRET}" LINK="tg://proxy?server=${SERVER}&port=${TELEMT_PORT}&secret=${EE_SECRET}"
echo "Registering telemt: ${SERVER} -> ${LINK}" echo "Registering telemt: ${SERVER} -> ${LINK}"
if kubectl get secret telemt-links -n "${NAMESPACE}" &>/dev/null; then if kubectl get secret telemt-links -n "${NAMESPACE}" &>/dev/null; then