-
Notifications
You must be signed in to change notification settings - Fork 8
/
values-dev.yaml
81 lines (78 loc) · 2.29 KB
/
values-dev.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Taken from https://github.com/tilt-dev/tilt-helm-demo/blob/d555fabbb1b3110582fb9d4f4e59c7d2ea337d37/values-dev.yaml.
image:
repository: newrelic-infra-operator
tag: latest
restartPolicy: Never
# Temporary extra values, required by newrelic-infra-operator chart.
cluster: testing
licenseKey: stub
config:
infraAgentInjection:
policies:
- {}
agentConfig:
image:
repository: newrelic/infrastructure-k8s
tag: 2.13.10-unprivileged
pullPolicy: IfNotPresent
customAttributes:
- name: computeType
defaultValue: serverless
- name: fargateProfile
# To allow inclusion on non-fargate clusters for testing.
defaultValue: unknown
fromLabel: eks.amazonaws.com/fargate-profile
configSelectors:
- labelSelector:
matchLabels:
no-resources: true
- resourceRequirements:
limits:
memory: 100M
cpu: 200m
requests:
memory: 50M
cpu: 100m
ExtraEnvVars:
DISABLE_KUBE_STATE_METRICS: "true"
labelSelector:
matchExpressions:
- key: "app.kubernetes.io/name"
operator: NotIn
values: ["kube-state-metrics"]
- key: "app"
operator: NotIn
values: ["kube-state-metrics"]
- key: "k8s-app"
operator: NotIn
values: ["kube-state-metrics"]
- resourceRequirements:
limits:
memory: 300M
cpu: 300m
requests:
memory: 150M
cpu: 150m
labelSelector:
matchLabels:
k8s-app : kube-state-metrics
- resourceRequirements:
limits:
memory: 300M
cpu: 300m
requests:
memory: 150M
cpu: 150m
labelSelector:
matchLabels:
app : kube-state-metrics
- resourceRequirements:
limits:
memory: 300M
cpu: 300m
requests:
memory: 150M
cpu: 150m
labelSelector:
matchLabels:
app.kubernetes.io/name: kube-state-metrics