-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathvalues.yaml
66 lines (55 loc) · 1.55 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
# Copyright Contributors to the Open Cluster Management project
fullnameOverride: null
nameOverride: null
org: open-cluster-management
replicas: 1
args:
logLevel: 0
pkgLogLevel: -1
logEncoder: console
evaluationConcurrency: 2
clientQPS: 30
clientBurst: 45
hubKubeConfigSecret: config-policy-controller-hub-kubeconfig
standaloneHubTemplatingSecret: ""
operatorPolicy:
disabled: false
defaultNamespace: ""
resources:
requests:
memory: 128Mi
limits:
memory: 512Mi
affinity: {}
tolerations:
- key: "dedicated"
operator: "Equal"
value: "infra"
effect: "NoSchedule"
- key: node-role.kubernetes.io/infra
operator: Exists
effect: NoSchedule
clusterName: null
managedKubeConfigSecret: null
uninstallationAnnotation: "false"
# This is the Kubernetes distribution of the managed cluster. If set to OpenShift,
# some features such as automatic TLS certificate generation will be used.
# kubernetesDistribution: OpenShift
# hostingKubernetesDistribution: OpenShift
# This will expose metrics over HTTP if it's not an OpenShift cluster.
prometheus:
# This will be automatically enabled if it's an OpenShift cluster.
enabled: false
serviceMonitor:
# This will be automatically set to the controller's namespace.
namespace: null
global:
imagePullPolicy: IfNotPresent
imagePullSecret: open-cluster-management-image-pull-credentials
imageOverrides:
config_policy_controller: quay.io/open-cluster-management/config-policy-controller:latest
nodeSelector: {}
proxyConfig:
HTTP_PROXY: null
HTTPS_PROXY: null
NO_PROXY: null