Skip to content

Commit

Permalink
auto generate runtime yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird authored and github-actions[bot] committed Oct 9, 2024
1 parent 2c4bf41 commit 2913580
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
35 changes: 35 additions & 0 deletions yaml/cn/Framework/rocket/0.5.1/0.5.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: devbox.sealos.io/v1alpha1
kind: Runtime
metadata:
name: rocket-0-5-1
namespace: devbox-system
spec:
classRef: rocket
config:
image: ghcr.io/labring-actions/devbox/rocket-0.5.1:2c4bf4
ports:
- containerPort: 22
name: devbox-ssh-port
protocol: TCP
appPorts:
- port: 8000
name: devbox-app-port
protocol: TCP
user: sealos
workingDir: /home/sealos/project
releaseCommand:
- /bin/bash
- -c
releaseArgs:
- /home/sealos/project/entrypoint.sh
description: rocket 0.5.1
version: "0.5.1"
---
apiVersion: devbox.sealos.io/v1alpha1
kind: RuntimeClass
metadata:
name: rocket
spec:
title: "rocket"
kind: Framework
description: rocket
35 changes: 35 additions & 0 deletions yaml/en/Framework/rocket/0.5.1/0.5.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: devbox.sealos.io/v1alpha1
kind: Runtime
metadata:
name: rocket-0-5-1
namespace: devbox-system
spec:
classRef: rocket
config:
image: ghcr.io/labring-actions/devbox/rocket-0.5.1:2c4bf4
ports:
- containerPort: 22
name: devbox-ssh-port
protocol: TCP
appPorts:
- port: 8000
name: devbox-app-port
protocol: TCP
user: sealos
workingDir: /home/sealos/project
releaseCommand:
- /bin/bash
- -c
releaseArgs:
- /home/sealos/project/entrypoint.sh
description: rocket 0.5.1
version: "0.5.1"
---
apiVersion: devbox.sealos.io/v1alpha1
kind: RuntimeClass
metadata:
name: rocket
spec:
title: "rocket"
kind: Framework
description: rocket

0 comments on commit 2913580

Please sign in to comment.