timescale db aufräumen
This commit is contained in:
@@ -9,7 +9,7 @@ spec:
|
||||
source:
|
||||
repoURL: https://cloudnative-pg.github.io/charts
|
||||
chart: cloudnative-pg
|
||||
targetRevision: 0.22.0 # Bitte auf aktuelle Version prüfen
|
||||
targetRevision: 0.24.1
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: cnpg-system
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: timescaledb
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://charts.timescale.com
|
||||
chart: timescale-single
|
||||
targetRevision: 0.17.0
|
||||
helm:
|
||||
values: |
|
||||
replicaCount: 1
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 50Gi
|
||||
metrics:
|
||||
enabled: true
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
labels:
|
||||
release: kube-prometheus-stack
|
||||
podLabels:
|
||||
logging: "true"
|
||||
podAnnotations:
|
||||
promtail.loki/scrape: "true"
|
||||
promtail.loki/stream: "postgresql"
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: database
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeel: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
18
argocd/applications/timescale-db.yaml
Normal file
18
argocd/applications/timescale-db.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: timescale-db
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'https://gitea.vhn-demo.duckdns.org/hoang/strimzi.git'
|
||||
path: k8s/base/database # cluster.yaml
|
||||
targetRevision: main
|
||||
destination:
|
||||
server: 'https://kubernetes.default.svc'
|
||||
namespace: database
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeel: true
|
||||
Reference in New Issue
Block a user