k8sConfigs/vnc-desktop/vnc-service.yaml

15 lines
204 B
YAML
Raw Permalink Normal View History

2025-01-23 01:35:27 +08:00
apiVersion: v1
kind: Service
metadata:
name: vnc-service
namespace: default
spec:
type: LoadBalancer
ports:
- port: 5901
targetPort: 5901
protocol: TCP
selector:
app: vnc-desktop