File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : application.kubero.dev/v1alpha1
2
+ kind : KuberoApp
3
+ metadata :
4
+ name : redisinsight
5
+ annotations :
6
+ kubero.dev/template.architecture : " []"
7
+ kubero.dev/template.description : " Redis Insight is a visual tool that provides capabilities to design, develop, and optimize your Redis application."
8
+ kubero.dev/template.icon : " https://avatars.githubusercontent.com/u/87389211"
9
+ kubero.dev/template.installation : " "
10
+ kubero.dev/template.links : " []"
11
+ kubero.dev/template.screenshots : ' ["https://github.com/RedisInsight/RedisInsight/raw/main/.github/redisinsight_browser.png"]'
12
+ kubero.dev/template.source : " https://github.com/RedisInsight/RedisInsight"
13
+ kubero.dev/template.tags : ' ["redis", "database", "monitoring", "debug"]'
14
+ kubero.dev/template.title : " Redisinsight"
15
+ kubero.dev/template.website : " https://redis.com/redis-enterprise/redis-insight/"
16
+ labels :
17
+ manager : kubero
18
+ spec :
19
+ name : redisinsight
20
+ deploymentstrategy : docker
21
+ envVars :
22
+ - name : RI_LOG_LEVEL
23
+ value : info
24
+ extraVolumes : []
25
+ cronjobs : []
26
+ addons : []
27
+ web :
28
+ replicaCount : 1
29
+ worker :
30
+ replicaCount : 0
31
+ image :
32
+ containerPort : " 5540"
33
+ pullPolicy : Always
34
+ repository : redis/redisinsight
35
+ tag : latest
You can’t perform that action at this time.
0 commit comments