Files
homelab/k8s/apps/mtproxy/service.yaml
AB 8e26876b9c
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 6s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 6s
Added dockerfile for mtproxy
2026-02-11 20:55:07 +02:00

17 lines
227 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: mtproxy
spec:
type: LoadBalancer
selector:
app: mtproxy
ports:
- name: proxy
port: 30443
targetPort: 30443
protocol: TCP
nodePort: 30443