forked from openshift/monitoring-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
66 lines (66 loc) · 1.54 KB
/
values.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
plugin:
name: "monitoring-plugin"
description: ""
image: ""
imagePullPolicy: IfNotPresent
replicas: 2
port: 9443
securityContext:
enabled: true
podSecurityContext:
enabled: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containerSecurityContext:
enabled: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
resources:
requests:
cpu: 10m
memory: 50Mi
basePath: /
certificateSecretName: ""
serviceAccount:
create: true
annotations: {}
name: ""
features:
name: monitoring-console-plugin
acm:
enabled: false
alertmanager:
url: https://alertmanager.open-cluster-management-observability.svc:9095
pluginPort: 9444
thanos:
url: https://rbac-query-proxy.open-cluster-management-observability.svc:8443
pluginPort: 9445
incidents:
enabled: false
patcherServiceAccount:
create: true
annotations: {}
name: "monitoring-console-plugin-patcher"
jobs:
patchConsoles:
enabled: true
image: "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:e44074f21e0cca6464e50cb6ff934747e0bd11162ea01d522433a1a1ae116103"
podSecurityContext:
enabled: true
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containerSecurityContext:
enabled: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
resources:
requests:
cpu: 10m
memory: 50Mi