Skip to content

Commit eeee277

Browse files
committed
add webkubectl template
1 parent f3611ab commit eeee277

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

services/webkubectl/app.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: application.kubero.dev/v1alpha1
2+
kind: KuberoApp
3+
metadata:
4+
name: kubectl
5+
spec:
6+
name: kubectl
7+
deploymentstrategy: docker
8+
envVars: []
9+
extraVolumes: []
10+
cronjobs: []
11+
addons: []
12+
web:
13+
replicaCount: 1
14+
worker:
15+
replicaCount: 0
16+
image:
17+
containerPort: 8080
18+
repository: kubeoperator/webkubectl
19+
tag: latest

services/webkubectl/service.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Web Kubectl
2+
description: 'Run kubectl command in web browser'
3+
tags:
4+
- kubernetes
5+
source: https://github.com/KubeOperator/webkubectl
6+
website: https://github.com/KubeOperator/webkubectl
7+
icon: https://avatars.githubusercontent.com/u/52770786?s=200&v=4
8+
screenshots:
9+
- https://github.com/KubeOperator/webkubectl/raw/master/web-resources/webkubectl.gif

0 commit comments

Comments
 (0)