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:
|
||||
containers:
|
||||
- name: fyrox-game
|
||||
image: fyrox-platformer
|
||||
imagePullPolicy: Never
|
||||
image: gitea.webart-tech.ru/webart/fyrox-platformer/platformer:b3fe69a4f44e3b60d142c96481fc2d97c2ab7830
|
||||
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
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue