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
+11
View File
@@ -0,0 +1,11 @@
apiVersion: v1
data:
HTTP_PORT: 127.0.0.1:8280
TTRSS_DB_NAME: postgres
TTRSS_DB_PASS: password
TTRSS_DB_USER: postgres
kind: ConfigMap
metadata:
labels:
io.kompose.service: app-env
name: env