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
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue