RSS reader added

This commit is contained in:
2023-11-22 15:42:28 +01:00
parent 3b5f8da2bf
commit 8e478225b3
8 changed files with 103 additions and 0 deletions

10
apps/rss/service.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: rss-web
spec:
selector:
app: rss
ports:
- port: 80
targetPort: 7070