add bucket
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
apiVersion: objectbucket.io/v1alpha1
|
||||||
|
kind: ObjectBucketClaim
|
||||||
|
metadata:
|
||||||
|
name: ceph-bucket-outline
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: ceph-bucket-outline
|
||||||
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
|
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||||
|
spec:
|
||||||
|
generateBucketName: bucket-outline
|
||||||
|
storageClassName: ceph-bucket
|
15
clusters/cl01tl/applications/outline/templates/pod.yaml
Normal file
15
clusters/cl01tl/applications/outline/templates/pod.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Pod
|
||||||
|
metadata:
|
||||||
|
name: outline-s3cmd
|
||||||
|
namespace: directus
|
||||||
|
spec:
|
||||||
|
automountServiceAccountToken: true
|
||||||
|
containers:
|
||||||
|
- name: outline-s3cmd
|
||||||
|
image: d3fk/s3cmd:latest
|
||||||
|
command:
|
||||||
|
- /bin/sh
|
||||||
|
args:
|
||||||
|
- -ec
|
||||||
|
- sleep 1000000000000s
|
Reference in New Issue
Block a user