K3s-cluster/monitoring/loki/kustomization.yaml
Tanguy Herbron c7b03a2a1f feat(monitoring): Update configuration for Kustomize
Add Kustomize support, and all connectors necessary for different supportes apps
2023-05-06 00:04:43 +02:00

13 lines
243 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- rolebinding.yaml
- role.yaml
- secret.yaml
- serviceaccount.yaml
- service-headless.yaml
- service-memberlist.yaml
- service.yaml
- statefulset.yaml