Removed cron

This commit is contained in:
Vins 2023-09-20 16:37:57 +02:00
parent 6fd67bca02
commit e7d15b9c1c

View File

@ -32,23 +32,23 @@ lecoffreBack:
- key: .env - key: .env
scwID: "id:430001f8-68ab-47b2-92e8-38024c35a80d" scwID: "id:430001f8-68ab-47b2-92e8-38024c35a80d"
lecoffreCron: # lecoffreCron:
serviceAccountName: lecoffre-cron-sa-ppd # serviceAccountName: lecoffre-cron-sa-ppd
envSecrets: ppd-env # envSecrets: ppd-env
command: "'sh', '-c', 'export $(xargs </etc/env/.env) && npm run cron'" # command: "'sh', '-c', 'export $(xargs </etc/env/.env) && npm run cron'"
imagePullSecrets: # imagePullSecrets:
- name: docker-pull-secret # - name: docker-pull-secret
image: # image:
pullPolicy: Always # pullPolicy: Always
repository: "rg.fr-par.scw.cloud/lecoffre/back" # repository: "rg.fr-par.scw.cloud/lecoffre/back"
resources: # resources:
requests: # requests:
cpu: 200m # cpu: 200m
memory: 1Gi # memory: 1Gi
limits: # limits:
memory: 2Gi # memory: 2Gi
# key is name of the environment variable, scwID is the secret ID in SCW with "id:" in front # # key is name of the environment variable, scwID is the secret ID in SCW with "id:" in front
env: # env:
- key: .env # - key: .env
scwID: "id:430001f8-68ab-47b2-92e8-38024c35a80d" # scwID: "id:430001f8-68ab-47b2-92e8-38024c35a80d"