-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaults.yaml
56 lines (48 loc) · 976 Bytes
/
defaults.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
txtPrefix: txt.
txtOwnerId: ${owner_id}
interval: 2m
provider: aws
policy: ${update_policy}
replicas: ${replicas}
sources:
- ingress
publishInternalServices: true
domainFilters:
%{ for domain in domains ~}
- "${domain}"
%{ endfor ~}
zoneIdFilters:
%{ for zone in hosted_zone_ids ~}
- ${zone}
%{ endfor ~}
%{ if namespace_scoped ~}
namespace: ${k8s_namespace}
%{ endif ~}
%{ if set_kiam_annotation ~}
podAnnotations:
iam.amazonaws.com/role: ${iam_role_arn}
%{ if iam_external_id != "-" ~}
iam.amazonaws.com/external-id: ${iam_external_id}
%{ endif ~}
%{ endif ~}
aws:
region: ${aws_region}
%{ if set_assume_config && !set_kiam_annotation ~}
assumeRoleArn: ${iam_role_arn}
%{ endif ~}
rbac:
create: true
pspEnabled: ${psp_enabled}
clusterRole: ${namespace_scoped ? false : true}
metrics:
enabled: true
serviceMonitor:
interval: 120s
scrapeTimeout: 120s
resources:
requests:
cpu: 10m
memory: 21M
limits:
cpu: 50m
memory: 86M