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

This commit is contained in:
AB from home.homenet
2026-02-11 21:49:12 +02:00
parent ba6180a83d
commit 057c301eba
3 changed files with 74 additions and 10 deletions

View File

@@ -2,15 +2,15 @@
apiVersion: v1
kind: Service
metadata:
name: mtproxy
name: secret-reader
labels:
app: secret-reader
spec:
type: LoadBalancer
type: ClusterIP
selector:
app: mtproxy
app: secret-reader
ports:
- name: proxy
port: 30443
targetPort: 30443
protocol: TCP
nodePort: 30443
- port: 80
targetPort: 3000
protocol: TCP
name: http