feat: add psql

This commit is contained in:
cătălin 2025-08-22 17:58:19 +02:00
commit aa82b3bb83
No known key found for this signature in database
5 changed files with 35 additions and 4 deletions

26
k8s/argo-apps/psql.yaml Normal file
View file

@ -0,0 +1,26 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: psql15
namespace: argocd
spec:
destination:
namespace: apps-fuku
server: 'https://kubernetes.default.svc'
sources:
- chart: postgres
targetRevision: 1.3.6
repoURL: https://groundhog2k.github.io/helm-charts/
helm:
valuesObject:
service:
type: LoadBalancer
storage:
accessModes:
- ReadWriteMany
className: truenas-nfs-csi
requestedSize: 150Gi
project: fuku
syncPolicy:
automated: {}