1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
kissj-gitops/postgresql/values.yaml
2022-04-11 00:26:33 +02:00

48 lines
651 B
YAML

postgresql:
global:
storageClass: longhorn
postgresql:
auth:
postgresPassword: Eycwrv4ECmxB63t37EwT
database: kissj-prod
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: []