File tree 2 files changed +6
-35
lines changed
2 files changed +6
-35
lines changed Original file line number Diff line number Diff line change @@ -6,51 +6,18 @@ metadata:
6
6
name : memos
7
7
spec :
8
8
name : memos
9
- phase : production
10
- pipeline : asdf
11
- autoscale : false
12
- buildpack : custom
13
9
deploymentstrategy : docker
14
10
domain : memos.lacolhost.com
15
- replicaCount : 1
16
11
image :
17
- pullPolicy : Always
18
12
repository : neosmemo/memos
19
13
tag : latest
14
+ containerPort : " 5230"
20
15
ingress :
21
- annotations : {}
22
- className : " "
23
- enabled : true
24
16
hosts :
25
17
- host : memos.lacolhost.com
26
18
paths :
27
19
- path : /
28
20
pathType : ImplementationSpecific
29
- tls : []
30
- resources :
31
- limits :
32
- cpu : 500m
33
- memory : 1Gi
34
- requests :
35
- cpu : 250m
36
- memory : 0.5Gi
37
- service :
38
- port : 80
39
- type : ClusterIP
40
- web :
41
- autoscaling :
42
- maxReplicas : 3
43
- minReplicas : 1
44
- targetCPUUtilizationPercentage : 80
45
- targetMemoryUtilizationPercentage : 80
46
- replicaCount : 1
47
- worker :
48
- autoscaling :
49
- maxReplicas : 0
50
- minReplicas : 0
51
- targetCPUUtilizationPercentage : 80
52
- targetMemoryUtilizationPercentage : 80
53
- replicaCount : 0
54
21
addons : []
55
22
envVars : []
56
23
cronjobs : []
62
29
name : memos-data
63
30
size : 1Gi
64
31
storageClass : standard
32
+ web :
33
+ replicaCount : 1
34
+ worker :
35
+ replicaCount : 0
Original file line number Diff line number Diff line change 22
22
- ReadWriteOnce
23
23
emptyDir : false
24
24
mountPath : /home/node/trilium-data
25
- name : example-volume
25
+ name : trilium-data
26
26
size : 1Gi
27
27
storageClass : standard
28
28
fullnameOverride : " "
You can’t perform that action at this time.
0 commit comments