feat: add postgresql
This commit is contained in:
parent
5e1e436571
commit
d39a9a9c45
4 changed files with 81 additions and 0 deletions
46
postgresql/values.yaml
Normal file
46
postgresql/values.yaml
Normal 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: []
|
||||
Reference in a new issue