Skip to content

Commit d5e2a71

Browse files
committed
feat: fix rabbitmq
1 parent 960d412 commit d5e2a71

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

template/rabbitmq/index.yaml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: app.sealos.io/v1
22
kind: Template
33
metadata:
4-
name: RabbitMQ
4+
name: rabbitmq
55
spec:
66
title: 'RabbitMQ'
77
url: 'https://www.rabbitmq.com'
@@ -12,6 +12,10 @@ spec:
1212
icon: 'https://www.rabbitmq.com/img/rabbitmq-logo.svg'
1313
templateType: inline
1414
locale: en
15+
i18n:
16+
zh:
17+
title: 'RabbitMQ'
18+
description: 'RabbitMQ 是一款被广泛使用的开源消息代理(Message Broker),属于主流消息中间件,它用 Erlang 语言开发,实现了高级消息队列协议(AMQP),同时还支持 MQTT、STOMP 等多种协议,以可靠性、灵活路由、多语言客户端支持和丰富的管理工具著称,是分布式系统中实现异步通信、服务解耦的核心组件。'
1519
categories:
1620
- tools
1721
defaults:
@@ -88,4 +92,18 @@ spec:
8892
tls:
8993
- hosts:
9094
- ${{ defaults.app_host }}.${{ SEALOS_CLOUD_DOMAIN }}
91-
secretName: ${{ SEALOS_CERT_SECRET_NAME }}
95+
secretName: ${{ SEALOS_CERT_SECRET_NAME }}
96+
---
97+
apiVersion: app.sealos.io/v1
98+
kind: App
99+
metadata:
100+
name: ${{ defaults.app_name }}
101+
labels:
102+
cloud.sealos.io/app-deploy-manager: ${{ defaults.app_name }}
103+
spec:
104+
data:
105+
url: https://${{ defaults.app_host }}.${{ SEALOS_CLOUD_DOMAIN }}
106+
displayType: normal
107+
icon: 'https://www.rabbitmq.com/img/rabbitmq-logo.svg'
108+
name: RabbitMQ
109+
type: iframe

0 commit comments

Comments
 (0)