helm database postgresql

- add Chart.lock to .gitignore
- update helmfile.yaml with database
- add values.yaml with postgresql
- add Chart.yaml with postgresql
This commit is contained in:
2025-07-26 15:51:46 +02:00
committed by swordsteel
parent cecdb1a627
commit 1d0346d5e2
4 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
postgresql:
auth:
postgresPassword: mySecretPassword
primary:
persistence:
size: 10Gi
resources:
requests:
memory: 512Mi
cpu: 250m
# service:
# type: LoadBalancer
# loadBalancerIP: 10.0.3.31