trying cloudnative postgres
This commit is contained in:
@@ -13,10 +13,12 @@ resources:
|
||||
- projects.yaml
|
||||
- nfs/
|
||||
- backup/
|
||||
- pg-ha/
|
||||
- gitea/
|
||||
- renovate/
|
||||
- traefik/
|
||||
|
||||
|
||||
# simple apps
|
||||
- homarr/
|
||||
- whoami/
|
||||
|
19
kluster-deployments/pg-ha/application.yaml
Normal file
19
kluster-deployments/pg-ha/application.yaml
Normal 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
|
4
kluster-deployments/pg-ha/kustomization.yaml
Normal file
4
kluster-deployments/pg-ha/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- application.yaml
|
Reference in New Issue
Block a user