first commit
This commit is contained in:
28
argocd/applications/timescaledb.yaml
Normal file
28
argocd/applications/timescaledb.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: timescaledb
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'https://gitea.vhn-demo.duckdns.org/hoang/timescaledb.git'
|
||||
path: k8s/base/database # cluster.yaml
|
||||
targetRevision: main
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: database
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeel: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true
|
||||
ignoreDifferences:
|
||||
- group: postgresql.cnpg.io
|
||||
kind: Cluster
|
||||
jqPathExpressions:
|
||||
- .status
|
||||
dependsOn:
|
||||
- name: cnpg-operator
|
||||
Reference in New Issue
Block a user