timescale db aufräumen

This commit is contained in:
Hoang Nguyen
2026-05-04 08:36:00 +02:00
parent 2b467c2a78
commit b82913f415
3 changed files with 19 additions and 39 deletions

View File

@@ -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

View File

@@ -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

View 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