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 terminationGracePeriodSeconds: 120 # the Kubernetes default is 30 seconds and it may be not enough
containers: containers:
- name: osx - name: osx
build: image: dockurr/osx
dockerfile: Dockerfile
ports: ports:
- containerPort: 8006 - containerPort: 8006
protocol: TCP protocol: TCP
- containerPort: 3389 - containerPort: 5000
protocol: TCP protocol: TCP
- containerPort: 3389 - containerPort: 5000
protocol: UDP protocol: UDP
resources: resources:
limits: limits: