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 d746346 commit ddd8a32
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions yaml/cn/Language/php/8.2.20/8.2.20.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
apiVersion: devbox.sealos.io/v1alpha1
kind: Runtime
metadata:
name: php-8-2-20
name: php-8.2.20:d74634-8-2-20
namespace: devbox-system
spec:
classRef: php
classRef: php-8.2.20:d74634
config:
image: ghcr.io/labring-actions/devbox/php-8.2.20:65f836
image: ghcr.io/labring-actions/devbox/php-8.2.20:d74634
ports:
- containerPort: 22
name: devbox-ssh-port
protocol: TCP
appPorts:
- port: 8080
- port:
name: devbox-app-port
protocol: TCP
user: sealos
Expand All @@ -22,14 +22,14 @@ spec:
- -c
releaseArgs:
- /home/sealos/project/entrypoint.sh
description: php 8.2.20
description: php-8.2.20:d74634 8.2.20
version: "8.2.20"
---
apiVersion: devbox.sealos.io/v1alpha1
kind: RuntimeClass
metadata:
name: php
name: php-8.2.20:d74634
spec:
title: "PHP"
kind: Language
description: php
title: ""
kind: yaml/cn/Language/php/8.2.20/8.2.20.yaml
description: php-8.2.20:d74634
18 changes: 9 additions & 9 deletions yaml/en/Language/php/8.2.20/8.2.20.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
apiVersion: devbox.sealos.io/v1alpha1
kind: Runtime
metadata:
name: php-8-2-20
name: php-8.2.20:d74634-8-2-20
namespace: devbox-system
spec:
classRef: php
classRef: php-8.2.20:d74634
config:
image: ghcr.io/labring-actions/devbox/php-8.2.20:65f836
image: ghcr.io/labring-actions/devbox/php-8.2.20:d74634
ports:
- containerPort: 22
name: devbox-ssh-port
protocol: TCP
appPorts:
- port: 8080
- port:
name: devbox-app-port
protocol: TCP
user: sealos
Expand All @@ -22,14 +22,14 @@ spec:
- -c
releaseArgs:
- /home/sealos/project/entrypoint.sh
description: php 8.2.20
description: php-8.2.20:d74634 8.2.20
version: "8.2.20"
---
apiVersion: devbox.sealos.io/v1alpha1
kind: RuntimeClass
metadata:
name: php
name: php-8.2.20:d74634
spec:
title: "PHP"
kind: Language
description: php
title: ""
kind: yaml/en/Language/php/8.2.20/8.2.20.yaml
description: php-8.2.20:d74634

0 comments on commit ddd8a32

Please sign in to comment.