Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions cloudnative-pg/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v2
name: cloudnative-pg
version: 0.23.0
type: application
dependencies:
- name: cloudnative-pg
version: ~0.23.0
repository: "https://cloudnative-pg.github.io/charts"
alias: app
6 changes: 6 additions & 0 deletions cloudnative-pg/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app:
crds:
create: true
config:
data:
WATCH_NAMESPACE: "system-grafana"
9 changes: 9 additions & 0 deletions grafana/grafana-postgres/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v2
name: grafana-database
version: 0.6.0
type: application
dependencies:
- name: cluster
version: ~0.6.0
repository: "https://cloudnative-pg.github.io/charts"
alias: app
20 changes: 20 additions & 0 deletions grafana/grafana-postgres/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
app:
cluster:
instances: 1
storage:
size: 1Gi
resources:
limits:
memory: 512Mi
requests:
cpu: 100m
memory: 256Mi
postgresql:
parameters:
shared_buffers: "128MB"
max_connections: "100"
effective_cache_size: "256MB"
monitoring:
enabled: true
podMonitor:
enabled: true