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 2fc9f4b commit 9c73c4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
# args: ["-g", "true", "-s", "true", "-r", "true", "-m", "cluster", "-h", "mongo"]
args: ["-r", "true", "-m", "cluster", "-h", "mongo"]
volumeMounts:
- mountPath: /temp-data
- mountPath: /tmp
name: temp-volume
livenessProbe:
httpGet:
Expand All @@ -59,4 +59,4 @@ spec:
name: temp-volume

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

0 comments on commit 9c73c4f

Please sign in to comment.