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