trying cloudnative postgres

This commit is contained in:
2023-12-21 18:00:20 +01:00
parent 2f9019b6ba
commit dbf58027d8
6 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: pg-ha-application
namespace: argocd
spec:
project: infrastructure
source:
repoURL: git@github.com:moll-re/bootstrap-k3s-infra.git
targetRevision: main
path: infrastructure/pg-ha
destination:
server: https://kubernetes.default.svc
namespace: pg-ha
syncPolicy:
automated:
prune: true
selfHeal: true

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml