We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b945151 commit 51a003eCopy full SHA for 51a003e
1 file changed
kubernetes/apps/default/readur/app/helmrelease.yaml
@@ -89,6 +89,17 @@ spec:
89
name: cluster-ca-certificates.crt
90
globalMounts:
91
- path: /certs
92
+ tmp:
93
+ type: emptyDir
94
+ globalMounts:
95
+ - path: /tmp
96
+ uploads:
97
+ type: persistentVolumeClaim
98
+ accessMode: ReadWriteOnce
99
+ size: 5Gi
100
+ storageClass: ceph-block
101
102
+ - path: /app/uploads
103
route:
104
readur:
105
hostnames:
0 commit comments