feat: Set up Alloy
This commit is contained in:
parent
572ec08b9a
commit
bae2fc8c1e
5 changed files with 667 additions and 0 deletions
14
kustomize-bases/alloy/kustomization.yaml
Normal file
14
kustomize-bases/alloy/kustomization.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: alloy
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: alloy
|
||||
repo: https://grafana.github.io/helm-charts
|
||||
version: "1.4.0"
|
||||
releaseName: alloy
|
||||
valuesFile: values.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue