feat(postgresql): move postgresql to use statefullset and cleanup (#1335)

* feat(postgresql): move postgresql to use statefullset by default

* some more misc tweaks

* whoops

* dahhh

* dont use a data distinction for postgresql

* remove unused crap

* bumps

* oops
This commit is contained in:
Kjeld Schouten-Lebbing
2021-11-15 20:50:10 +01:00
committed by GitHub
parent ffcfdcffd0
commit 8db9184061
10 changed files with 65 additions and 36 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ appVersion: "1.5.0"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.5.7
version: 8.6.1
deprecated: false
description: Community developed LDAP software
home: https://www.openldap.org
@@ -23,7 +23,7 @@ sources:
- https://github.com/jp-gouin/helm-openldap
- https://github.com/osixia/docker-openldap
type: application
version: 4.0.12
version: 4.0.13
annotations:
truecharts.org/catagories: |
- cloud
-4
View File
@@ -95,10 +95,6 @@ volumeClaimTemplates:
data:
enabled: true
mountPath: "/var/lib/ldap/"
accessMode: ReadWriteOnce
size: "100Gi"
slapd:
enabled: true
mountPath: "/etc/ldap/slapd.d/"
accessMode: ReadWriteOnce
size: "100Gi"