all repos — infra @ 068b268c425131400a07c0740f27f34a0fb93764

infrastructure manifests and setup notes

charts: add generic postgres
Anirudh Oppiliappan x@icyphox.sh
Sun, 14 Jul 2024 12:08:47 +0300
commit

068b268c425131400a07c0740f27f34a0fb93764

parent

f5619d9a75a7dfd0072ffeb4742fd18b5b271cc0

1 files changed, 10 insertions(+), 0 deletions(-)

jump to
A charts/postgres.yaml

@@ -0,0 +1,10 @@

+apiVersion: helm.cattle.io/v1 +kind: HelmChart +metadata: + name: postgres + namespace: default +spec: + chart: oci://registry-1.docker.io/bitnamicharts/postgresql + targetNamespace: default + valuesContent: |- + fullnameOverride: postgres