-
Notifications
You must be signed in to change notification settings - Fork 997
/
Copy pathvalues.yaml
69 lines (55 loc) · 1.53 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
67
68
69
# This default name override is to maintain backwards compatability with
# existing naming
nameOverride: cni-metrics-helper
image:
region: us-west-2
tag: v1.19.2
account: "602401143452"
domain: "amazonaws.com"
# Set to use custom image
# override: "repo/org/image:tag"
env:
USE_CLOUDWATCH: "true"
USE_PROMETHEUS: "false"
AWS_CLUSTER_ID: ""
AWS_VPC_K8S_CNI_LOGLEVEL: "INFO"
fullnameOverride: "cni-metrics-helper"
serviceAccount:
# Specifies whether a service account should be created
create: true
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name:
annotations: {}
# eks.amazonaws.com/role-arn: arn:aws:iam::AWS_ACCOUNT_ID:role/IAM_ROLE_NAME
resources: {}
revisionHistoryLimit: 10
podSecurityContext: {}
containerSecurityContext: {}
podAnnotations: {}
imagePullSecrets: []
updateStrategy: {}
# type: RollingUpdate
# rollingUpdate:
# maxUnavailable: "10%"
nodeSelector: {}
tolerations: []
# - operator: Exists
affinity: {}
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
# - matchExpressions:
# - key: "kubernetes.io/os"
# operator: In
# values:
# - linux
# - key: "kubernetes.io/arch"
# operator: In
# values:
# - amd64
# - arm64
# - key: "eks.amazonaws.com/compute-type"
# operator: NotIn
# values:
# - fargate