소스 검색

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
+