浏览代码

Añado cluster-example.yaml

Celestino Rey 6 月之前
父节点
当前提交
ec4bfceeb6
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      Local/cluster-example.yaml

+ 10 - 0
Local/cluster-example.yaml

@@ -0,0 +1,10 @@
+apiVersion: postgresql.cnpg.io/v1
+kind: Cluster
+metadata:
+  name: cluster-example
+spec:
+  instances: 3
+  
+  storage:
+    size: 1Gi
+