Skip to content

Commit

Permalink
Update mountPath parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Aug 16, 2024
1 parent 45f839f commit 696cd7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/ams-k8s-deployment-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
# specifying mongodb username and passwords respectively
args: ["-g", "true", "-s", "true", "-r", "true", "-m", "cluster", "-h", "mongo"]
volumeMounts:
- mountPath: /temp-data
- mountPath: /tmp
name: temp-volume
livenessProbe:
httpGet:
Expand All @@ -70,4 +70,4 @@ spec:
name: temp-volume

# imagePullSecrets:
# - name: docker
# - name: docker

0 comments on commit 696cd7f

Please sign in to comment.