File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Expand file tree Collapse file tree 2 files changed +52
-0
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
You can’t perform that action at this time.
0 commit comments