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