gitops-zurrli/_apps/tobs.yaml
2022-10-07 17:33:22 +02:00

29 lines
603 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tobs
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: system
source:
chart: tobs
repoURL: https://charts.timescale.com/
targetRevision: 15.1.1
helm:
values: |
timescaledb-single:
persistentVolumes:
data:
size: 50Gi
destination:
namespace: tobs
server: https://kubernetes.default.svc
syncPolicy:
automated:
selfHeal: false
syncOptions:
- CreateNamespace=true
- ServerSideApply=true