-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathkustomization.yaml
41 lines (34 loc) · 973 Bytes
/
kustomization.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
resources:
- hello-app-v1.yaml
# Hay que correr esto antes de empezar para que kustomize encuentre helm
# export helmCommand=/usr/local/bin/helm
helmCharts:
Adding chart for elastic search
- name: elasticsearch
repo: https://helm.elastic.co
version: 7.13.1
releaseName: elasticsearch
#valuesFile: elasticsearch.yaml
- name: kibana
repo: https://helm.elastic.co
version: 7.13.1
releaseName: kibana
#valuesFile: kibana.yaml
# Adding chart for prometheus
- name: kube-prometheus-stack
repo: https://prometheus-community.github.io/helm-charts
version: 40.5.0
releaseName: prometheus-operator
valuesFile: prometheus.yaml
# Adding chart for grafana
- name: grafana
repo: https://grafana.github.io/helm-charts
version: 6.1.11
releaseName: grafana
#valuesFile: grafana.yaml
# Adding chart for fluent-bit
- name: fluent-bit
repo: https://fluent.github.io/helm-charts
version: 0.20.9
releaseName: fluent-bit
valuesFile: fluent-bit.yaml