ttrss: add mercury api

This commit is contained in:
Ruben Hensen
2025-01-20 17:02:13 +01:00
parent 85a9b198ca
commit 53a73aa897
3 changed files with 127 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: mercury-svc
spec:
ports:
- name: http-svc
port: 3000
targetPort: 3000
selector:
app: mercury