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 22, 2024
1 parent a5c4dca commit 95aabac
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
35 changes: 35 additions & 0 deletions yaml/cn/Language/net/8.0/8.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: devbox.sealos.io/v1alpha1
kind: Runtime
metadata:
name: net-8-0
namespace: devbox-system
spec:
classRef: net
config:
image: ghcr.io/labring-actions/devbox/net-8.0:a5c4dca
ports:
- containerPort: 22
name: devbox-ssh-port
protocol: TCP
appPorts:
- port: 8080
name: devbox-app-port
protocol: TCP
user: sealos
workingDir: /home/sealos/project
releaseCommand:
- /bin/bash
- -c
releaseArgs:
- /home/sealos/project/entrypoint.sh
description: net 8.0
version: "8.0"
---
apiVersion: devbox.sealos.io/v1alpha1
kind: RuntimeClass
metadata:
name: net
spec:
title: ".Net"
kind: Language
description: net
35 changes: 35 additions & 0 deletions yaml/en/Language/net/8.0/8.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: devbox.sealos.io/v1alpha1
kind: Runtime
metadata:
name: net-8-0
namespace: devbox-system
spec:
classRef: net
config:
image: ghcr.io/labring-actions/devbox/net-8.0:a5c4dc
ports:
- containerPort: 22
name: devbox-ssh-port
protocol: TCP
appPorts:
- port: 8080
name: devbox-app-port
protocol: TCP
user: sealos
workingDir: /home/sealos/project
releaseCommand:
- /bin/bash
- -c
releaseArgs:
- /home/sealos/project/entrypoint.sh
description: net 8.0
version: "8.0"
---
apiVersion: devbox.sealos.io/v1alpha1
kind: RuntimeClass
metadata:
name: net
spec:
title: ".Net"
kind: Language
description: net

0 comments on commit 95aabac

Please sign in to comment.