Skip to content

Commit bccaa8e

Browse files
authored
Merge pull request #414 from kubero-dev/template/add-sqlpad
add template for sqlpad
2 parents 0b5dc55 + 57f275c commit bccaa8e

File tree

3 files changed

+53
-1
lines changed

3 files changed

+53
-1
lines changed

services/sqlpad/app.yaml

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

services/sqlpad/service.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

services/statping-ng/service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'An updated drop-in replacement for statping - Status Page for moni
33
tags:
44
- monitoring
55
source: https://github.com/statping-ng/statping-ng
6-
website: statping-ng.github.io
6+
website: https://statping-ng.github.io
77
icon: https://avatars.githubusercontent.com/u/88886654?s=200&v=4
88
screenshots:
99
- https://camo.githubusercontent.com/2e6247a73a3ef41ee0884415c6ec63c9caa4d9dc8fdb4a8ecf64342b00a29a0f/68747470733a2f2f7374617470696e672d6e672e6769746875622e696f2f6173736574732f65787465726e616c2f736c61636b2d6e6f74696665722e706e67

0 commit comments

Comments
 (0)