Create image database for grafana
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
metadata:
|
||||
name: oceanbox
|
||||
namespace: oceanbox
|
||||
spec:
|
||||
instances: 1
|
||||
|
||||
storage:
|
||||
size: 10Gi
|
||||
---
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Database
|
||||
metadata:
|
||||
name: grafana-aux
|
||||
spec:
|
||||
name: aux
|
||||
owner: app
|
||||
cluster:
|
||||
name: oceanbox
|
||||
Reference in New Issue
Block a user