-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
105 lines (105 loc) · 1.83 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
adminService:
annotations: {}
create: true
port: 8877
type: ClusterIP
affinity: {}
ambassadorConfig: ""
authService:
create: true
optional_configurations: null
autoscaling:
enabled: false
maxReplicas: 5
metrics:
- resource:
name: cpu
targetAverageUtilization: 60
type: Resource
- resource:
name: memory
targetAverageUtilization: 60
type: Resource
minReplicas: 2
crds:
create: true
enabled: true
keep: true
daemonSet: false
deploymentAnnotations: {}
deploymentStrategy:
type: RollingUpdate
dnsPolicy: ClusterFirst
enableAES: true
env:
AMBASSADOR_SINGLENAMESPACE: "true"
fullnameOverride: ""
hostNetwork: false
image:
pullPolicy: IfNotPresent
repository: quay.io/datawire/aes
tag: 1.1.1
imagePullSecrets: []
initContainers: []
licenseKey:
createSecret: true
secretName: null
value: null
livenessProbe:
failureThreshold: 3
initialDelaySeconds: 30
periodSeconds: 3
nameOverride: ""
nodeSelector: {}
podAnnotations: {}
podDisruptionBudget: {}
podLabels: {}
priorityClassName: ""
prometheusExporter:
enabled: false
pullPolicy: IfNotPresent
repository: prom/statsd-exporter
resources: {}
tag: v0.8.1
rateLimit:
create: true
rbac:
create: true
nameOverride: null
podSecurityPolicies: {}
readinessProbe:
failureThreshold: 3
initialDelaySeconds: 30
periodSeconds: 3
redis:
annotations:
deployment: {}
service: {}
create: true
nodeSelector: {}
resources: {}
redisURL: null
replicaCount: 3
resources: {}
restartPolicy: null
scope:
singleNamespace: false
securityContext:
runAsUser: 8888
service:
annotations: null
ports:
- name: http
port: 80
targetPort: 8080
- name: https
port: 443
targetPort: 8443
type: LoadBalancer
serviceAccount:
create: true
name: null
sidecarContainers: []
tolerations: []
volumeMounts: []
volumes: []