File tree 3 files changed +133
-100
lines changed
3 files changed +133
-100
lines changed Original file line number Diff line number Diff line change 9
9
# schedule:
10
10
# - cron: '17 14 * * *'
11
11
push :
12
- branches : [ "main" ]
12
+ # branches: [ "main" ]
13
13
# Publish semver tags as releases.
14
14
tags : [ 'v*.*.*' ]
15
15
paths-ignore :
Original file line number Diff line number Diff line change
1
+ apiVersion : application.kubero.dev/v1alpha1
2
+ kind : KuberoApp
3
+ metadata :
4
+ labels :
5
+ manager : kubero
6
+ name : memos
7
+ spec :
8
+ addons : []
9
+ affinity : {}
10
+ autodeploy : true
11
+ autoscale : false
12
+ autoscaling :
13
+ enabled : false
14
+ branch : main
15
+ buildpack : custom
16
+ cronjobs : []
17
+ deploymentstrategy : docker
18
+ domain : memos.lacolhost.com
19
+ envVars : []
20
+ extraVolumes :
21
+ - accessModes :
22
+ - ReadWriteOnce
23
+ emptyDir : false
24
+ mountPath : /var/opt/memos
25
+ name : memos-data
26
+ size : 1Gi
27
+ storageClass : standard
28
+ fullnameOverride : " "
29
+ gitrepo :
30
+ admin : true
31
+ clone_url : https://github.com/kubero-dev/template-nodeapp.git
32
+ default_branch : main
33
+ description : Simple example Node app
34
+ homepage : " "
35
+ id : 501665730
36
+ language : JavaScript
37
+ name : template-nodeapp
38
+ node_id : R_kgDOHebPwg
39
+ owner : kubero-dev
40
+ private : false
41
+ push : true
42
+ ssh_url :
[email protected] :kubero-dev/template-nodeapp.git
43
+ visibility : public
44
+ image :
45
+ build :
46
+ command : npm install
47
+ repository : node
48
+ tag : latest
49
+ containerPort : " 5230"
50
+ fetch :
51
+ repository : ghcr.io/kubero-dev/buildpacks/fetch
52
+ tag : main
53
+ pullPolicy : Always
54
+ repository : neosmemo/memos
55
+ run :
56
+ command : node index.js
57
+ repository : node
58
+ tag : latest
59
+ tag : latest
60
+ imagePullSecrets : []
61
+ ingress :
62
+ annotations : {}
63
+ className : " "
64
+ enabled : true
65
+ hosts :
66
+ - host : memos.lacolhost.com
67
+ paths :
68
+ - path : /
69
+ pathType : ImplementationSpecific
70
+ tls : []
71
+ name : memos
72
+ nameOverride : " "
73
+ nodeSelector : {}
74
+ phase : production
75
+ pipeline : asdf
76
+ podAnnotations : {}
77
+ podSecurityContext : {}
78
+ podsize :
79
+ default : true
80
+ description : ' Small (CPU: 0.25, Memory: 0.5Gi)'
81
+ name : small
82
+ resources :
83
+ limits :
84
+ cpu : 500m
85
+ memory : 1Gi
86
+ requests :
87
+ cpu : 250m
88
+ memory : 0.5Gi
89
+ replicaCount : 1
90
+ resources :
91
+ limits :
92
+ cpu : 500m
93
+ memory : 1Gi
94
+ requests :
95
+ cpu : 250m
96
+ memory : 0.5Gi
97
+ service :
98
+ port : 80
99
+ type : ClusterIP
100
+ serviceAccount :
101
+ annotations : {}
102
+ create : true
103
+ name : " "
104
+ tolerations : []
105
+ web :
106
+ autoscaling :
107
+ maxReplicas : 3
108
+ minReplicas : 1
109
+ targetCPUUtilizationPercentage : 80
110
+ targetMemoryUtilizationPercentage : 80
111
+ replicaCount : 1
112
+ worker :
113
+ autoscaling :
114
+ maxReplicas : 0
115
+ minReplicas : 0
116
+ targetCPUUtilizationPercentage : 80
117
+ targetMemoryUtilizationPercentage : 80
118
+ replicaCount : 0
Original file line number Diff line number Diff line change 1
1
apiVersion : application.kubero.dev/v1alpha1
2
2
kind : KuberoApp
3
3
metadata :
4
- labels :
5
- manager : kubero
6
4
name : memos
7
5
spec :
8
- addons : []
9
- affinity : {}
10
- autodeploy : true
11
- autoscale : false
12
- autoscaling :
13
- enabled : false
14
- branch : main
15
- buildpack : custom
16
- cronjobs : []
17
- deploymentstrategy : docker
6
+ name : memos
18
7
domain : memos.lacolhost.com
19
- envVars : []
20
- extraVolumes :
21
- - accessModes :
22
- - ReadWriteOnce
23
- emptyDir : false
24
- mountPath : /var/opt/memos
25
- name : memos-data
26
- size : 1Gi
27
- storageClass : standard
28
- fullnameOverride : " "
29
- gitrepo :
30
- admin : true
31
- clone_url : https://github.com/kubero-dev/template-nodeapp.git
32
- default_branch : main
33
- description : Simple example Node app
34
- homepage : " "
35
- id : 501665730
36
- language : JavaScript
37
- name : template-nodeapp
38
- node_id : R_kgDOHebPwg
39
- owner : kubero-dev
40
- private : false
41
- push : true
42
- ssh_url :
[email protected] :kubero-dev/template-nodeapp.git
43
- visibility : public
8
+ deploymentstrategy : docker
44
9
image :
45
- build :
46
- command : npm install
47
- repository : node
48
- tag : latest
49
- containerPort : " 5230"
50
- fetch :
51
- repository : ghcr.io/kubero-dev/buildpacks/fetch
52
- tag : main
53
- pullPolicy : Always
54
10
repository : neosmemo/memos
55
- run :
56
- command : node index.js
57
- repository : node
58
- tag : latest
59
11
tag : latest
60
- imagePullSecrets : []
12
+ containerPort : " 5230 "
61
13
ingress :
62
- annotations : {}
63
- className : " "
64
- enabled : true
65
14
hosts :
66
15
- host : memos.lacolhost.com
67
16
paths :
68
17
- path : /
69
18
pathType : ImplementationSpecific
70
- tls : []
71
- name : memos
72
- nameOverride : " "
73
- nodeSelector : {}
74
- phase : production
75
- pipeline : asdf
76
- podAnnotations : {}
77
- podSecurityContext : {}
78
- podsize :
79
- default : true
80
- description : ' Small (CPU: 0.25, Memory: 0.5Gi)'
81
- name : small
82
- resources :
83
- limits :
84
- cpu : 500m
85
- memory : 1Gi
86
- requests :
87
- cpu : 250m
88
- memory : 0.5Gi
89
- replicaCount : 1
90
- resources :
91
- limits :
92
- cpu : 500m
93
- memory : 1Gi
94
- requests :
95
- cpu : 250m
96
- memory : 0.5Gi
97
- service :
98
- port : 80
99
- type : ClusterIP
100
- serviceAccount :
101
- annotations : {}
102
- create : true
103
- name : " "
104
- tolerations : []
19
+ addons : []
20
+ envVars : []
21
+ cronjobs : []
22
+ extraVolumes :
23
+ - accessModes :
24
+ - ReadWriteOnce
25
+ emptyDir : false
26
+ mountPath : /var/opt/memos
27
+ name : memos-data
28
+ size : 1Gi
29
+ storageClass : standard
105
30
web :
106
- autoscaling :
107
- maxReplicas : 3
108
- minReplicas : 1
109
- targetCPUUtilizationPercentage : 80
110
- targetMemoryUtilizationPercentage : 80
111
31
replicaCount : 1
112
32
worker :
113
- autoscaling :
114
- maxReplicas : 0
115
- minReplicas : 0
116
- targetCPUUtilizationPercentage : 80
117
- targetMemoryUtilizationPercentage : 80
118
33
replicaCount : 0
You can’t perform that action at this time.
0 commit comments