Newer
Older
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
# Default values for cermine-chart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: elifesciences/cermine
tag: 1.13
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
livenessProbe:
failureThreshold: 120 # just under 60s startup time seems to be normal
readinessProbe:
failureThreshold: 120 # just under 60s startup time seems to be normal
service:
type: ClusterIP
port: 8072
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- #host: chart-example.local
paths: []
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
autoscaling:
maxReplicas: 16
targetAverageCpuUtilization: 80 # default of HPA
nodeSelector: {}
tolerations: []
affinity: {}