Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/codespaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ services:
image: dockurr/chromeos
container_name: chromeos
environment:
GPU: "N"
VERSION: "stable"
devices:
- /dev/dri
- /dev/kvm
- /dev/net/tun
cap_add:
Expand Down
8 changes: 2 additions & 6 deletions kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
value: "stable"
- name: DISK_SIZE
value: "64G"
- name: GPU
value: "N"
ports:
- containerPort: 8006
name: http
Expand All @@ -55,8 +57,6 @@ spec:
name: dev-kvm
- mountPath: /dev/net/tun
name: dev-tun
- mountPath: /dev/dri
name: dev-dri
terminationGracePeriodSeconds: 120
volumes:
- name: storage
Expand All @@ -70,10 +70,6 @@ spec:
path: /dev/net/tun
type: CharDevice
name: dev-tun
- hostPath:
path: /dev/dri
type: CharDevice
name: dev-dri
---
apiVersion: v1
kind: Service
Expand Down