-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdefault_openshift.yaml
44 lines (37 loc) · 1.07 KB
/
default_openshift.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
42
43
44
apiVersion: helm-operator.sumologic.com/v1alpha1
kind: SumologicCollection
metadata:
name: collection
spec:
## Sumo Logic Kubernetes Collection configuration file
## All the comments start with two or more # characters
sumologic:
## Sumo access ID
accessId: ""
## Sumo access key
accessKey: ""
## Collector name
# collectorName: ""
## Cluster name: Note spaces are not allowed and will be replaced with dashes.
clusterName: "kubernetes"
## creation of Security Context Constraints in Openshift
scc:
create: true
## Configure kube-prometheus-stack
## ref: https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml
kube-prometheus-stack:
prometheus-node-exporter:
service:
port: 9200
targetPort: 9200
## Configure log collection with Otelcol
otellogs:
daemonset:
containers:
otelcol:
securityContext:
privileged: true
initContainers:
changeowner:
securityContext:
privileged: true