Browse Source

Añado cluster-example.yaml

Celestino Rey 6 tháng trước cách đây
mục cha
commit
ec4bfceeb6
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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
+