This commit is contained in:
artem.drozdov 2024-08-08 13:48:31 +03:00
parent f120101254
commit 4630d8dd02
1 changed files with 5 additions and 5 deletions

View File

@ -89,7 +89,7 @@ yonote-web:
pullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
args: ['yarn start:selfhosted --services=web']
args: ['IS_COMPILED=true yarn bytenode ./build/server/main.jsc --services=web']
initContainers:
- name: yonote-migration
@ -184,7 +184,7 @@ yonote-websocket:
pullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
args: ['yarn start:selfhosted --services=websockets']
args: ['IS_COMPILED=true yarn bytenode ./build/server/main.jsc --services=websockets']
resources:
limits:
@ -264,7 +264,7 @@ yonote-whiteboard:
pullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
args: ['yarn start:selfhosted --services=whiteboard']
args: ['IS_COMPILED=true yarn bytenode ./build/server/main.jsc --services=whiteboard']
resources:
limits:
@ -344,7 +344,7 @@ yonote-worker:
pullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
args: ['yarn start:selfhosted --services=worker']
args: ['IS_COMPILED=true yarn bytenode ./build/server/main.jsc --services=worker']
resources:
limits:
@ -413,7 +413,7 @@ yonote-collaboration:
pullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
args: ['yarn start:selfhosted --services=collaboration']
args: ['IS_COMPILED=true yarn bytenode ./build/server/main.jsc --services=collaboration']
checksums: null