Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
6970415a7d 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:10:56

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-06 11:10:56 +00:00
2 changed files with 2 additions and 4 deletions

View File

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

View File

@@ -30,7 +30,6 @@ spec:
[server]
port = 30444
metrics_port = 9090
metrics_whitelist = ["0.0.0.0/0"]
[server.api]
enabled = true