forked from catalin/fukuops
feat: add psql
This commit is contained in:
parent
842e81a04c
commit
aa82b3bb83
5 changed files with 35 additions and 4 deletions
|
|
@ -26,8 +26,8 @@ spec:
|
|||
timeout: 30
|
||||
from: auth@fukurokuju.dev
|
||||
postgresql:
|
||||
host: 192.168.1.3
|
||||
port: 55432
|
||||
host: psql15-postgres.apps-fuku.svc.cluster.local
|
||||
port: 5432
|
||||
name: auth
|
||||
user: file:///authentik-creds/pg_username
|
||||
password: file:///authentik-creds/pg_password
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ spec:
|
|||
redis:
|
||||
enabled: false
|
||||
redis-cluster:
|
||||
enabled: false
|
||||
enabled: true
|
||||
- path: k8s/services/forgejo
|
||||
repoURL: https://git.roboces.dev/catalin/fukuops.git
|
||||
targetRevision: main
|
||||
|
|
|
|||
26
k8s/argo-apps/psql.yaml
Normal file
26
k8s/argo-apps/psql.yaml
Normal 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: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue