noVnc / deploy.yaml
clone3's picture
Upload 4 files
a15e291 verified
raw
history blame contribute delete
457 Bytes
apiVersion: apps/v1
kind: Deployment
metadata:
name: ubuntu-xfce-vnc
labels:
app: ubuntu-xfce-vnc
spec:
replicas: 1
selector:
matchLabels:
app: ubuntu-xfce-vnc
template:
metadata:
labels:
app: ubuntu-xfce-vnc
spec:
containers:
- name: ubuntu-xfce-vnc
image: <your registry>
ports:
- containerPort: 5900
name: vnc
- containerPort: 6081
name: novnc