Create image database for grafana

This commit is contained in:
2025-11-25 10:41:24 +01:00
parent 098f7b5025
commit 237761e2ca
6 changed files with 82 additions and 0 deletions
@@ -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