Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
f79dd14e43 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 17s
Generated by CI/CD workflow on 2026-02-11 10:14:56

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

View File

@@ -26,14 +26,13 @@ spec:
- name: mtproxy - name: mtproxy
image: telegrammessenger/proxy:latest image: telegrammessenger/proxy:latest
imagePullPolicy: Always imagePullPolicy: Always
args: ["-p", "30443"]
ports: ports:
- name: proxy - name: proxy
containerPort: 30443 containerPort: 443
protocol: TCP protocol: TCP
env: env:
- name: SECRET - name: SECRET
value: "00baadf00d15abad1deaa51abaadcafe" value: "00baadf00d15abad1deaa51sbaadcafe"
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /data mountPath: /data

View File

@@ -10,5 +10,5 @@ spec:
ports: ports:
- name: proxy - name: proxy
port: 30443 port: 30443
targetPort: 30443 targetPort: 443
protocol: TCP protocol: TCP