-
Notifications
You must be signed in to change notification settings - Fork 979
/
values.yaml
57 lines (46 loc) · 1.08 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
# Default values for appmesh-spire-server.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: gcr.io/spiffe-io/spire-server
tag: 1.5.0
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: "spire-server"
#SPIRE server service parameters
service:
type: NodePort
port: 8081
resources:
#SPIRE Server memory limits
limits:
memory: 512Mi
#SPIRE Server CPU and memory requests
requests:
cpu: 10m
memory: 1Gi
nodeSelector: {}
tolerations: []
affinity: {}
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-server"
rbac:
# rbac.create: `true` if rbac resources should be created
create: true
config:
# SPIRE Trust Domain
trustDomain: appmesh.aws
## SPIRE Server Log Level
logLevel: DEBUG
# SVID TTL value
svidTTL: 1h
# SPIRE Server Bind Address
bindAddress: 0.0.0.0
# SPIRE Server Bind Port
bindPort: 8081
# SPIRE Plugins
plugin: ""