-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
84 lines (70 loc) · 1.17 KB
/
values.yaml
File metadata and controls
84 lines (70 loc) · 1.17 KB
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
replicaCount: 1
image:
repository: ghcr.io/social-web-foundation/tags.pub
pullPolicy: IfNotPresent
tag: ""
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
create: true
annotations: {}
name: ""
podAnnotations: {}
podLabels: {}
podSecurityContext: {}
securityContext: {}
service:
type: ClusterIP
port: 9000
ingress:
enabled: false
className: ""
annotations: {}
hosts:
- host: tags-pub.local
paths:
- path: /
pathType: Prefix
tls: []
env:
DATABASE_URL: ""
ORIGIN: ""
PORT: "9000"
LOG_LEVEL: "info"
extraEnv: []
startupProbe:
enabled: true
httpGet:
path: /livez
port: http
periodSeconds: 5
timeoutSeconds: 5
failureThreshold: 30
livenessProbe:
enabled: true
httpGet:
path: /livez
port: http
initialDelaySeconds: 15
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 3
readinessProbe:
enabled: true
httpGet:
path: /readyz
port: http
initialDelaySeconds: 5
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 6
resources:
requests:
cpu: 100m
memory: 768Mi
limits:
memory: 1Gi
nodeSelector: {}
tolerations: []
affinity: {}