- add Chart.lock to .gitignore - update helmfile.yaml with database - add values.yaml with postgresql - add Chart.yaml with postgresql
14 lines
248 B
YAML
14 lines
248 B
YAML
postgresql:
|
|
auth:
|
|
postgresPassword: mySecretPassword
|
|
primary:
|
|
persistence:
|
|
size: 10Gi
|
|
resources:
|
|
requests:
|
|
memory: 512Mi
|
|
cpu: 250m
|
|
# service:
|
|
# type: LoadBalancer
|
|
# loadBalancerIP: 10.0.3.31
|