Skip to content

Commit 3f79c2a

Browse files
authored
Merge pull request #345 from kubero-dev/feature/add-rsshub
Feature/add rsshub
2 parents 9115536 + c01742c commit 3f79c2a

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

services/rsshub/app.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
apiVersion: application.kubero.dev/v1alpha1
2+
kind: KuberoApp
3+
metadata:
4+
name: rsshub
5+
labels:
6+
manager: kubero
7+
spec:
8+
name: rsshub
9+
deploymentstrategy: docker
10+
envVars: []
11+
extraVolumes: []
12+
cronjobs: []
13+
addons: []
14+
web:
15+
replicaCount: 1
16+
worker:
17+
replicaCount: 0
18+
image:
19+
containerPort: "1200"
20+
pullPolicy: Always
21+
repository: diygod/rsshub
22+
tag: chromium-bundled

services/rsshub/service.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: RSSHub
2+
description: 'RSSHub is an open source, easy to use, and extensible RSS feed generator. It is capable of generating RSS feeds from pretty much everything.'
3+
tags:
4+
- tools
5+
source: https://github.com/DIYgod/RSSHub
6+
website: https://docs.rsshub.app/
7+
icon: https://raw.githubusercontent.com/DIYgod/RSSHub/master/lib/assets/logo.png
8+
screenshots:

0 commit comments

Comments
 (0)