File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ import (
21
21
metadata : labels : " app.kubernetes.io/name " : #Name
22
22
spec : {
23
23
volumes : [{
24
+ name : " tmp "
25
+ emptyDir : {}
26
+ }, {
24
27
name : " media "
25
28
persistentVolumeClaim : claimName : " media "
26
29
}]
@@ -48,6 +51,9 @@ import (
48
51
volumeMounts : [{
49
52
name : " config "
50
53
mountPath : " /config "
54
+ }, {
55
+ name : " tmp "
56
+ mountPath : " /tmp "
51
57
}, {
52
58
name : " media "
53
59
mountPath : " /media "
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ import (
21
21
metadata : labels : " app.kubernetes.io/name " : #Name
22
22
spec : {
23
23
volumes : [{
24
+ name : " tmp "
25
+ emptyDir : {}
26
+ }, {
24
27
name : " media "
25
28
persistentVolumeClaim : claimName : " media "
26
29
}]
@@ -48,6 +51,9 @@ import (
48
51
volumeMounts : [{
49
52
name : " config "
50
53
mountPath : " /config "
54
+ }, {
55
+ name : " tmp "
56
+ mountPath : " /tmp "
51
57
}, {
52
58
name : " media "
53
59
mountPath : " /media "
You can’t perform that action at this time.
0 commit comments