Add ttrss first init

This commit is contained in:
Ruben Hensen
2025-01-19 23:07:36 +01:00
parent 2a2e67ca8b
commit c4535ec150
14 changed files with 535 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.34.0 (cbf2835db)
labels:
io.kompose.service: web-nginx
name: web-nginx
spec:
ports:
- name: "80"
port: 80
targetPort: 80
selector:
io.kompose.service: web-nginx