Skip to content

Commit ea75b63

Browse files
committed
Add Clickhouse
Signed-off-by: SK Ali Arman <[email protected]>
1 parent 2bd7af7 commit ea75b63

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: kubedb.com/v1alpha2
2+
kind: ClickHouse
3+
metadata:
4+
name: ch
5+
namespace: demo
6+
spec:
7+
version: 24.4.1
8+
replicas: 1
9+
storage:
10+
accessModes:
11+
- ReadWriteOnce
12+
resources:
13+
requests:
14+
storage: 1Gi
15+
deletionPolicy: WipeOut

0 commit comments

Comments
 (0)