Added secrets

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
+9 -9
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