mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
16 lines
458 B
YAML
16 lines
458 B
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/kustomization.json
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: observability
|
|
components:
|
|
- ../../components/common
|
|
resources:
|
|
- ./apprise/ks.yaml
|
|
- ./blackbox-exporter/ks.yaml
|
|
- ./gatus/ks.yaml
|
|
- ./grafana/ks.yaml
|
|
- ./kube-prometheus-stack/ks.yaml
|
|
- ./pushgateway/ks.yaml
|
|
- ./scrutiny/ks.yaml
|