Files
homelab/k8s/apps/mtproxy/service.yaml
AB cbe76ad87e
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
Fix mtproxy ports
2026-02-11 17:17:32 +02:00

14 lines
182 B
YAML

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