Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
c0e642e6f1 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 18s
Generated by CI/CD workflow on 2026-02-11 19:09:03

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2026-02-11 19:09:03 +00:00
3 changed files with 3 additions and 37 deletions

View File

@@ -40,22 +40,14 @@ spec:
mtproto-proxy
-u nobody
-p 8888
-H $(PORT)
-H 30443
-M 1
-S $(SECRET)
--aes-pwd /etc/mtproxy/proxy-secret
/etc/mtproxy/proxy-multi.conf
env:
- name: SECRET
valueFrom:
secretKeyRef:
name: tgproxy-secret
key: SECRET
- name: PORT
valueFrom:
secretKeyRef:
name: tgproxy-secret
key: PORT
value: "4ef8819478eb9c8928ab741300235a8e"
volumeMounts:
- name: data
mountPath: /data

View File

@@ -1,25 +0,0 @@
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: tgproxy-secret
spec:
target:
name: tgproxy-secret
deletionPolicy: Delete
template:
type: Opaque
data:
SECRET: |-
{{ .secret }}
PORT: 30443
data:
- secretKey: secret
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
key: 58a37daf-72d8-430d-86bd-6152aa8f888d
property: fields[0].value

View File

@@ -3,7 +3,6 @@ kind: Kustomization
resources:
- ./app.yaml
- ./daemonset.yaml
- ./external-secrets.yaml
- ./deployment.yaml
# - ./storage.yaml
# - ./service.yaml