Fix mtproxy ports
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 7s

This commit is contained in:
AB
2026-02-11 20:33:08 +02:00
parent 605c7b01f0
commit e10c27aa5a

View File

@@ -21,7 +21,7 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution: requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms: nodeSelectorTerms:
- matchExpressions: - matchExpressions:
- key: xray-node-address - key: mtproxy
operator: Exists operator: Exists
containers: containers:
- name: mtproxy - name: mtproxy
@@ -33,7 +33,7 @@ spec:
protocol: TCP protocol: TCP
env: env:
- name: SECRET - name: SECRET
value: "00baadf00d15abad1deaa51abaadcafe" value: "4ef8819478eb9c8928ab741300235a8e"
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /data mountPath: /data