Skip to content

Commit

Permalink
Quickfix for MP4Box I/O error
Browse files Browse the repository at this point in the history
  • Loading branch information
mtneug committed Feb 1, 2024
1 parent 2f03bf3 commit aecfbdc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
spec:
restartPolicy: Never # recreate pod by job controller
terminationGracePeriodSeconds: 35
securityContext:
runAsUser: 0
runAsGroup: 0
containers:
- name: function
imagePullPolicy: Always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
spec:
restartPolicy: Never # recreate pod by job controller
terminationGracePeriodSeconds: 35
securityContext:
runAsUser: 0
runAsGroup: 0
containers:
- name: function
imagePullPolicy: Always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
spec:
restartPolicy: Never # recreate pod by job controller
terminationGracePeriodSeconds: 35
securityContext:
runAsUser: 0
runAsGroup: 0
containers:
- name: function
imagePullPolicy: Always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
spec:
restartPolicy: Never # recreate pod by job controller
terminationGracePeriodSeconds: 35
securityContext:
runAsUser: 0
runAsGroup: 0
containers:
- name: function
imagePullPolicy: Always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
spec:
restartPolicy: Never # recreate pod by job controller
terminationGracePeriodSeconds: 35
securityContext:
runAsUser: 0
runAsGroup: 0
containers:
- name: function
imagePullPolicy: Always
Expand Down

0 comments on commit aecfbdc

Please sign in to comment.