Skip to content

Commit

Permalink
462 nachet update volume mount
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaticPanic committed Nov 20, 2024
1 parent eedf8ea commit 43d6e40
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ spec:
ports:
- containerPort: 5001
volumeMounts:
- name: tmp
mountPath: /app
- name: logs
mountPath: /app/logs
livenessProbe:
httpGet:
path: /score
Expand All @@ -76,14 +76,14 @@ spec:
drop:
- ALL
volumes:
- name: tmp
- name: logs
persistentVolumeClaim:
claimName: nachet-tmp-pvc
claimName: nachet-logs-pvc
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: nachet-tmp-pvc
name: nachet-logs-pvc
spec:
storageClassName: azurefile
accessModes:
Expand Down

0 comments on commit 43d6e40

Please sign in to comment.