🗃️ Add CNPG Operator database
This commit is contained in:
parent
c8df276dc1
commit
75ea161775
@ -1,3 +1,3 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: kubooboo-chart
|
name: kubooboo-chart
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
@ -0,0 +1,16 @@
|
|||||||
|
apiVersion: postgresql.cnpg.io/v1
|
||||||
|
kind: Cluster
|
||||||
|
metadata:
|
||||||
|
name: postgres
|
||||||
|
spec:
|
||||||
|
instances: 1
|
||||||
|
storage:
|
||||||
|
storageClass: hcloud-volumes
|
||||||
|
size: 1Gi
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: "256Mi"
|
||||||
|
cpu: "100m"
|
||||||
|
limits:
|
||||||
|
memory: "512Mi"
|
||||||
|
cpu: "500m"
|
||||||
Loading…
x
Reference in New Issue
Block a user