This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
valinor/kubernetes/apps/monitoring/thanos/ks.yaml

20 lines
513 B
YAML
Raw Normal View History

2023-08-13 12:13:53 -05:00
---
2023-11-27 22:31:02 -06:00
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
2023-08-13 12:13:53 -05:00
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cluster-apps-thanos
namespace: flux-system
spec:
dependsOn:
- name: cluster-apps-external-secrets-stores
2023-08-14 07:30:45 -05:00
path: ./kubernetes/apps/monitoring/thanos/app
2023-08-13 12:13:53 -05:00
prune: true
sourceRef:
kind: GitRepository
name: valinor
wait: true
interval: 30m
retryInterval: 1m
timeout: 15m