forked from aws/eks-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
53 lines (43 loc) · 1.12 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
# Default values for appmesh-spire-agent.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
repository: gcr.io/spiffe-io/spire-agent
tag: 1.5.0
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: "spire-agent"
resources:
#SPIRE Agent memory limits
limits:
memory: 512Mi
#SPIRE Agent CPU and memory requests
requests:
cpu: 10m
memory: 1Gi
nodeSelector: {}
tolerations: []
affinity: {}
#SPIRE Agent Init Container parameters
initContainers:
image: gcr.io/spiffe-io/wait-for-it
pullPolicy: IfNotPresent
serviceAccount:
# serviceAccount.create: Whether to create a service account or not
create: true
# serviceAccount.name: The name of the service account to create or use
name: "spire-agent"
rbac:
# rbac.create: `true` if rbac resources should be created
create: true
config:
# SPIRE Trust Domain
trustDomain: appmesh.aws
## SPIRE Agent Log Level
logLevel: DEBUG
# SPIRE Server Bind Address
serverAddress: spire-server
#SPIRE Server Bind Port
serverPort: 8081
#SPIRE Agent Socket Path
socketPath: /run/spire/sockets/agent.sock