pull/189/head
xiaojunnuo 2024-09-11 11:16:22 +08:00
parent a89fe4702d
commit 5b0f5f75d0
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
version: '3.3' #version: '3.3'
services: services:
certd: certd:
# 镜像 # ↓↓↓↓↓ --- 镜像版本号,建议改成固定版本号【可选】 # 镜像 # ↓↓↓↓↓ --- 镜像版本号,建议改成固定版本号【可选】

View File

@ -6,6 +6,7 @@ import { appendTimeSuffix } from '../../plugin-aliyun/utils/index.js';
@IsTaskPlugin({ @IsTaskPlugin({
name: 'DeployToK8SIngress', name: 'DeployToK8SIngress',
title: 'K8S Ingress证书部署', title: 'K8S Ingress证书部署',
desc: '暂不可用',
group: pluginGroups.other.key, group: pluginGroups.other.key,
default: { default: {
strategy: { strategy: {

View File

@ -38,6 +38,7 @@ export class DeployToEOPlugin extends AbstractTaskPlugin {
@TaskInput({ @TaskInput({
title: '站点ID', title: '站点ID',
helper: '类似于zone-xxxx的字符串在站点概览页面左上角或者站点列表页面站点名称下方', helper: '类似于zone-xxxx的字符串在站点概览页面左上角或者站点列表页面站点名称下方',
required: true,
}) })
zoneId!: string; zoneId!: string;