Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot 1d029030b2 Auto-update README with current k8s applications
Terraform / Terraform (pull_request) Failing after 11s
Generated by CI/CD workflow on 2026-04-06 10:53:27

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-04-06 10:53:27 +00:00
2 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ spec:
imagePullPolicy: Always
args:
- "--secrets"
- "mtproxy-links,telemt-links"
- "mtproxy-links"
- "--namespace"
- "mtproxy"
- "--port"
+2 -8
View File
@@ -56,8 +56,8 @@ spec:
exit 1
fi
# Build dd-prefixed secret for TLS mode: dd + secret + hex(tls_domain)
# "ya.ru" = 79612e7275
DD_SECRET="dd${SECRET}79612e7275"
DOMAIN_HEX=$(echo -n 'ya.ru' | xxd -p | tr -d '\n')
DD_SECRET="dd${SECRET}${DOMAIN_HEX}"
LINK="tg://proxy?server=${SERVER}&port=${TELEMT_PORT}&secret=${DD_SECRET}"
echo "Registering telemt: ${SERVER} -> ${LINK}"
if kubectl get secret telemt-links -n "${NAMESPACE}" &>/dev/null; then
@@ -90,8 +90,6 @@ spec:
mountPath: /run/telemt/config.toml
subPath: config.toml
readOnly: true
- name: etcdir
mountPath: /etc/telemt
securityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
@@ -109,7 +107,3 @@ spec:
emptyDir:
medium: Memory
sizeLimit: 1Mi
- name: etcdir
emptyDir:
medium: Memory
sizeLimit: 1Mi