Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge branch 'BC-6683-poc-board-collaboration-server' of github.com:h…
Browse files Browse the repository at this point in the history
…pi-schul-cloud/poc-board-collaboration-server into BC-6683-poc-board-collaboration-server
  • Loading branch information
hoeppner-dataport committed Mar 1, 2024
2 parents e23ac61 + b92146a commit f289208
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 108 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ RUN npm run build

ENV NODE_ENV=production
ENV NO_COLOR="true"
CMD npm run start
CMD npm run start:prod
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ spec:
resources:
limits:
cpu: {{ POC_BOARD_COLLABORATION_SERVER__CPU_LIMITS|default("1000m", true) }}
memory: {{ POC_BOARD_COLLABORATION_SERVER__MEMORY_LIMITS|default("32Mi", true) }}
memory: {{ POC_BOARD_COLLABORATION_SERVER__MEMORY_LIMITS|default("2Gi", true) }}
requests:
cpu: {{ POC_BOARD_COLLABORATION_SERVER__CPU_REQUESTS|default("100m", true) }}
memory: {{ POC_BOARD_COLLABORATION_SERVER__MEMORY_REQUESTS|default("32Mi", true) }}
memory: {{ POC_BOARD_COLLABORATION_SERVER__MEMORY_REQUESTS|default("128Mi", true) }}
{% if AFFINITY_ENABLE is defined and AFFINITY_ENABLE|bool %}
affinity:
podAffinity:
Expand Down
6 changes: 0 additions & 6 deletions dist/app.controller.d.ts

This file was deleted.

34 changes: 0 additions & 34 deletions dist/app.controller.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/app.controller.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions dist/app.module.d.ts

This file was deleted.

24 changes: 0 additions & 24 deletions dist/app.module.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/app.module.js.map

This file was deleted.

3 changes: 0 additions & 3 deletions dist/app.service.d.ts

This file was deleted.

20 changes: 0 additions & 20 deletions dist/app.service.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/app.service.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/main.d.ts

This file was deleted.

10 changes: 0 additions & 10 deletions dist/main.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/main.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/tsconfig.build.tsbuildinfo

This file was deleted.

0 comments on commit f289208

Please sign in to comment.