Skip to content

Commit 83b9d8d

Browse files
cbluebirdgithub-actions[bot]
authored andcommitted
auto generate runtime yaml
1 parent 793210c commit 83b9d8d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
apiVersion: devbox.sealos.io/v1alpha1
2+
kind: Runtime
3+
metadata:
4+
name: spring-boot-3-3-2
5+
namespace: devbox-system
6+
spec:
7+
classRef: spring-boot
8+
config:
9+
image: ghcr.io/labring-actions/devbox/spring-boot-3.3.2:793210
10+
ports:
11+
- containerPort: 22
12+
name: devbox-ssh-port
13+
protocol: TCP
14+
user: sealos
15+
description: spring-boot 3.3.2
16+
version: 3.3.2
17+
---
18+
apiVersion: devbox.sealos.io/v1alpha1
19+
kind: RuntimeClass
20+
metadata:
21+
name: spring-boot
22+
spec:
23+
title: spring-boot
24+
kind: Framework
25+
description: spring-boot

0 commit comments

Comments
 (0)