Skip to content

Commit

Permalink
updated db config
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidOkulski committed Dec 21, 2024
1 parent 7628c8f commit 9f6e927
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
6 changes: 0 additions & 6 deletions helm/app/Chart.lock

This file was deleted.

4 changes: 2 additions & 2 deletions helm/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: app
version: 0.1.0
dependencies:
- name: postgresql
version: 0.1.0
repository: file://../postgresql
version: 12.1.12
repository: https://charts.bitnami.com/bitnami
Binary file removed helm/app/charts/postgresql-0.1.0.tgz
Binary file not shown.
4 changes: 1 addition & 3 deletions helm/postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ postgresql:
persistence:
enabled: true
size: 512Mi
accessModes:
- ReadWriteOnce
mountPath: /var/lib/postgresql/data
storageClass: "standard"

0 comments on commit 9f6e927

Please sign in to comment.