Обновить fyrox-platformer.yml

This commit is contained in:
kislenko-artem 2024-01-12 18:48:36 +00:00
parent ecbe90560b
commit 688cac4607
1 changed files with 0 additions and 9 deletions

View File

@ -28,15 +28,6 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 80
volumeMounts:
- mountPath: /usr/share/nginx/html/pkg
name: pkg
readOnly: true
volumes:
- name: pkg
hostPath:
path: /data/fyrox-platformer/executor-wasm/pkg
type: DirectoryOrCreate
---