ttrss: move to helm chart

This commit is contained in:
Ruben Hensen
2025-01-20 00:12:43 +01:00
parent 6c5d5f86ed
commit 1a781aea24
15 changed files with 19 additions and 19 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