Compare commits

..

1 Commits

Author SHA1 Message Date
Gitea Actions Bot
3046ecfd6c 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:03:34

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

View File

@@ -33,29 +33,9 @@ spec:
- name: proxy - name: proxy
containerPort: 30443 containerPort: 30443
protocol: TCP protocol: TCP
command:
- /bin/sh
- -c
- >-
mtproto-proxy
-u nobody
-p 8888
-H $(PORT)
-M 1
-S $(SECRET)
--aes-pwd /etc/mtproxy/proxy-secret
/etc/mtproxy/proxy-multi.conf
env: env:
- name: SECRET - name: SECRET
valueFrom: value: "4ef8819478eb9c8928ab741300235a8e"
secretKeyRef:
name: tgproxy-secret
key: SECRET
- name: PORT
valueFrom:
secretKeyRef:
name: tgproxy-secret
key: PORT
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /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: resources:
- ./app.yaml - ./app.yaml
- ./daemonset.yaml - ./deployment.yaml
- ./external-secrets.yaml
# - ./storage.yaml # - ./storage.yaml
# - ./service.yaml # - ./service.yaml