Merge branch 'main' of ssh://gitea.webart-tech.ru:30022/webart/kuber-deploy
This commit is contained in:
commit
c91fe1c44d
|
|
@ -24,19 +24,10 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: fyrox-game
|
- name: fyrox-game
|
||||||
image: fyrox-platformer
|
image: gitea.webart-tech.ru/webart/fyrox-platformer/platformer:b3fe69a4f44e3b60d142c96481fc2d97c2ab7830
|
||||||
imagePullPolicy: Never
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- 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
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue