File tree 3 files changed +53
-1
lines changed
3 files changed +53
-1
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : application.kubero.dev/v1alpha1
2
+ kind : KuberoApp
3
+ metadata :
4
+ name : sqlpad
5
+ labels :
6
+ manager : kubero
7
+ spec :
8
+ name : sqlpad
9
+ deploymentstrategy : docker
10
+ envVars :
11
+ - name : SQLPAD_ADMIN_PASSWORD
12
+ value : admin
13
+ - name : SQLPAD_ADMIN
14
+ value : admin
15
+ serviceAccount :
16
+ annotations : {}
17
+ extraVolumes : []
18
+ cronjobs : []
19
+ addons : []
20
+ web :
21
+ replicaCount : 1
22
+ worker :
23
+ replicaCount : 0
24
+ image :
25
+ containerPort : " 3000"
26
+ pullPolicy : Always
27
+ repository : sqlpad/sqlpad
28
+ tag : latest
29
+ run :
30
+ command : node index.js
31
+ readOnlyAppStorage : false
32
+ repository : node
33
+ securityContext :
34
+ runAsUser : 0
35
+ runAsGroup : 0
36
+ allowPrivilegeEscalation : false
37
+ readOnlyRootFilesystem : false
38
+ runAsNonRoot : false
39
+ capabilities :
40
+ add : []
41
+ drop : []
42
+ tag : latest
Original file line number Diff line number Diff line change
1
+ name : SQLPad
2
+ description : ' SQLPad is a web-based SQL editor that allows you to write queries, visualize data, and share your results.'
3
+ tags :
4
+ - tools
5
+ - database
6
+ source : https://github.com/sqlpad/sqlpad
7
+ website : https://getsqlpad.com/
8
+ icon : https://avatars.githubusercontent.com/u/67432073?s=48&v=4
9
+ screenshots :
10
+ - https://user-images.githubusercontent.com/303966/99915755-32f78e80-2ccb-11eb-9f74-b18846d6108d.png
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: 'An updated drop-in replacement for statping - Status Page for moni
3
3
tags :
4
4
- monitoring
5
5
source : https://github.com/statping-ng/statping-ng
6
- website : statping-ng.github.io
6
+ website : https:// statping-ng.github.io
7
7
icon : https://avatars.githubusercontent.com/u/88886654?s=200&v=4
8
8
screenshots :
9
9
- https://camo.githubusercontent.com/2e6247a73a3ef41ee0884415c6ec63c9caa4d9dc8fdb4a8ecf64342b00a29a0f/68747470733a2f2f7374617470696e672d6e672e6769746875622e696f2f6173736574732f65787465726e616c2f736c61636b2d6e6f74696665722e706e67
You can’t perform that action at this time.
0 commit comments