Skip to content

Commit

Permalink
462 nachet detector fix startup tmp mountpath
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaticPanic committed Nov 20, 2024
1 parent 75ba385 commit a206cec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
image: ghcr.io/ai-cfia/nachet-backend:29-azureml-seed-detector
imagePullPolicy: Always
command: ["/bin/sh", "-c"]
args: ['/project/./startup.sh']
args: ['./startup.sh']
envFrom:
- secretRef:
name: nachet-rcnn-detector-secrets
Expand All @@ -52,7 +52,7 @@ spec:
- name: logs
mountPath: /app/logs
- name: tmp
mountPath: /app/tmp
mountPath: /tmp
livenessProbe:
httpGet:
path: /score
Expand Down

0 comments on commit a206cec

Please sign in to comment.