Merge branch 'main' of ssh://gitea.webart-tech.ru:30022/webart/kuber-deploy

This commit is contained in:
artem 2024-04-20 10:21:15 +03:00
commit c91fe1c44d
1 changed files with 2 additions and 11 deletions

View File

@ -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
---