File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : app.sealos.io/v1
22kind : Template
33metadata :
4- name : RabbitMQ
4+ name : rabbitmq
55spec :
66 title : ' RabbitMQ'
77 url : ' https://www.rabbitmq.com'
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 :
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
You can’t perform that action at this time.
0 commit comments