k3s-cluster/kubernetes/thin/apps/monitoring/kustomization.yaml
SeanOMik 9ad05c1166 fix(thin): conifugre mayastor, and cilium for talos, add missing namespace yamls
fix(openebs): update disk paths

fix(openebs): enable crds for mayastor

fix(openebs): enforce privileged pod security level

fix(openebs): disable openebs lvm and zfs on thin

These couldn't get used with talos so theres no future that I may or may not be using them

fix(cilium): use kube-vip ip instead of internal ip

fix(openebs): disable csi node init containers, add envcontext flag to io engine

These are required to get some pods for openebs to run

fix(monitoring): add namespace yaml

fix(nginx): create namespace yaml
2025-02-20 19:27:46 -05:00

7 lines
177 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./namespace.yaml
- ./victoria-metrics/ks.yaml
- ./kube-prometheus-stack/ks.yaml
- ./grafana/ks.yaml