mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
fix: VNC port in Kubernetes
This commit is contained in:
parent
3c68ba43b9
commit
9b74cd3065
1 changed files with 3 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue