-
Notifications
You must be signed in to change notification settings - Fork 20
/
kustomization.yaml
38 lines (34 loc) · 1 KB
/
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
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
commonLabels:
part-of: monitoring
component: agent
configMapGenerator:
- name: swisnap-k8s-configmap
behavior: create
literals:
- SWISNAP_ENABLE_APACHE=false
- SWISNAP_ENABLE_CRI=false
- SWISNAP_ENABLE_DOCKER=false
- SWISNAP_ENABLE_ELASTICSEARCH=false
- SWISNAP_ENABLE_HAPROXY=false
- SWISNAP_ENABLE_KUBERNETES=true
- SWISNAP_ENABLE_PROMETHEUS=false
- SWISNAP_ENABLE_MESOS=false
- SWISNAP_ENABLE_MONGODB=false
- SWISNAP_ENABLE_MYSQL=false
- SWISNAP_ENABLE_ORACLEDB=false
- SWISNAP_ENABLE_RABBITMQ=false
- SWISNAP_ENABLE_STATSD=false
- SWISNAP_ENABLE_ZOOKEEPER=false
- SWISNAP_DISABLE_HOSTAGENT=true
- SWISNAP_DISABLE_PROCESSES=true
- SWISNAP_SECURE=true
- HOST_PROC=/host/proc
- LOG_LEVEL=WARN
- IN_CLUSTER=true
resources:
- swisnap-agent-deployment.yaml
- swisnap-agent-serviceaccount.yaml