fix: VNC port in Kubernetes

This commit is contained in:
Kroese 2024-06-02 21:50:07 +02:00 committed by GitHub
parent 3c68ba43b9
commit 9b74cd3065
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,14 +19,13 @@ spec:
terminationGracePeriodSeconds: 120 # the Kubernetes default is 30 seconds and it may be not enough
containers:
- name: osx
build:
dockerfile: Dockerfile
image: dockurr/osx
ports:
- containerPort: 8006
protocol: TCP
- containerPort: 3389
- containerPort: 5000
protocol: TCP
- containerPort: 3389
- containerPort: 5000
protocol: UDP
resources:
limits: