From 688cac4607a9b0a7b89a4c20dc01975ce41716c7 Mon Sep 17 00:00:00 2001 From: kislenko-artem Date: Fri, 12 Jan 2024 18:48:36 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20fyrox-platformer.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fyrox-platformer.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/fyrox-platformer.yml b/fyrox-platformer.yml index cae1d43..65180e0 100644 --- a/fyrox-platformer.yml +++ b/fyrox-platformer.yml @@ -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 ---