Added psql

This commit is contained in:
Ultradesu
2025-04-06 01:04:30 +01:00
parent a7cf18563d
commit ac2cd72efa
10 changed files with 560 additions and 0 deletions

View File

@ -0,0 +1,18 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- external-secrets.yaml
- main-db.yaml
- nas-db.yaml
helmCharts:
- name: pgmanager
repo: https://helm.runix.net
version: 1.37.0
releaseName: pgadmin4
namespace: psql
valuesFile: values.yaml
includeCRDs: true