2026-01-19 09:49:52 -08:00
|
|
|
# PostgreSQL Cluster for blumeops services
|
|
|
|
|
# Requires: CloudNativePG operator (cloudnative-pg app) and manual secret setup
|
|
|
|
|
#
|
|
|
|
|
# Before syncing, create the eblume password secret:
|
|
|
|
|
# kubectl create namespace databases
|
|
|
|
|
# op inject -i argocd/manifests/databases/secret-eblume.yaml.tpl | kubectl apply -f -
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: blumeops-pg
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
|
|
|
|
source:
|
|
|
|
|
repoURL: ssh://forgejo@indri.tail8d86e.ts.net:2200/eblume/blumeops.git
|
2026-01-19 14:40:25 -08:00
|
|
|
targetRevision: main
|
2026-01-19 09:49:52 -08:00
|
|
|
path: argocd/manifests/databases
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: databases
|
|
|
|
|
syncPolicy:
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|