theshire/kubernetes/apps/observability/kustomization.yaml

13 lines
349 B
YAML
Raw Normal View History

---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
# Flux-Kustomizations
2024-10-05 11:48:28 -05:00
- ./alertmanager/ks.yaml
2024-09-05 22:55:58 -05:00
- ./gatus/ks.yaml
2024-10-04 15:55:56 -05:00
- ./prometheus-operator-crds/ks.yaml
2024-10-04 15:59:21 -05:00
- ./victoria-metrics/ks.yaml