1
0
Fork 0

feat: add postgresql

This commit is contained in:
Vojtěch Mareš 2022-04-11 00:10:35 +02:00
parent 5e1e436571
commit d39a9a9c45
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
4 changed files with 81 additions and 0 deletions

46
postgresql/values.yaml Normal file
View file

@ -0,0 +1,46 @@
postgresql:
global:
storageClass: longhorn
postgresql:
auth:
postgresPassword: Eycwrv4ECmxB63t37EwT
primary:
resources:
limits:
cpu: 500m
memory: 2Gi
requests:
cpu: 250m
memory: 1Gi
persistence:
size: 10Gi
readReplicas:
replicaCount: 1
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 250m
memory: 512Mi
persistence:
size: 10Gi
metrics:
enabled: true
serviceMonitor:
enabled: true
prometheusRule:
enabled: false
rules: []