-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
89 lines (68 loc) · 1.44 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
image:
repository: nginx
tag: "latest"
pullPolicy: IfNotPresent
# ingress:
# host: chart-example.local
# ingressClassName: nginx
# tlsEnabled: true
# annotations:
# cert-manager.io/cluster-issuer: letsencrypt-staging
# nginxBasicAuth:
# user: admin
# password: secret
# vars:
# MY_VAR: "value"
replicas: 1
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
podLabels: {}
podSecurityContext:
fsGroup: 999
securityContext: {}
containerPort: 80
resources:
requests:
cpu: "200m"
memory: "200Mi"
limits:
cpu: "200m"
memory: "200Mi"
nodeSelector: {}
tolerations: []
probe:
enabled: false
path: "/"
settings:
initialDelaySeconds: 0
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
failureThreshold: 3
# Before you use a liveness probe: https://srcco.de/posts/kubernetes-liveness-probes-are-dangerous.html
livenessProbe:
enabled: false
path: "/"
settings:
initialDelaySeconds: 0
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
failureThreshold: 3
secretEnabled: false
shell: "/bin/sh"
podDisruptionBudgetEnabled: true
spreadAcrossNodes: false
nodePortEnabled: false
# Set true to enable service monitor.
monitor:
enabled: false
container: {}
podSpec: {}
initContainers:
- name: db-migration
image: identity
tag: staging-03c255068cd1de61f2cd9725ff814f44c769109b
command: "npm run migration:run"
secretName: identity