Compare commits
5 Commits
717173b02d
...
f59bcc7bc4
Author | SHA1 | Date | |
---|---|---|---|
f59bcc7bc4
|
|||
143faae04b | |||
b2a64c9087 | |||
126154033a | |||
ddd91c3aea |
15
clusters/cl01tl/applications/directus/templates/pod.yaml
Normal file
15
clusters/cl01tl/applications/directus/templates/pod.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: directus-s3cmd
|
||||
namespace: directus
|
||||
spec:
|
||||
automountServiceAccountToken: true
|
||||
containers:
|
||||
- name: s3-prune
|
||||
image: d3fk/s3cmd:latest
|
||||
command:
|
||||
- /bin/sh
|
||||
args:
|
||||
- -ec
|
||||
- sleep 1000000000000s
|
Reference in New Issue
Block a user