Unverified Commit 9b74cd30 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: VNC port in Kubernetes

parent 3c68ba43
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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: