ttrss: Change host ingress

This commit is contained in:
Ruben Hensen
2025-01-19 23:17:05 +01:00
parent d34a78ee08
commit 637c90d96d
+2 -2
View File
@@ -14,14 +14,14 @@ metadata:
spec:
ingressClassName: nginx
rules:
- host: argocd.hensen.io
- host: rss.hensen.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
name: web-nginx
port:
name: "80"