feat: add local ingressroute and adguard rules for miniflux

This commit is contained in:
cătălin 2024-02-20 17:28:26 +01:00
commit e479cedfed
No known key found for this signature in database
3 changed files with 63 additions and 17 deletions

View file

@ -1,16 +0,0 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: miniflux
namespace: apps-roboces
spec:
entryPoints:
- web
- websecure
routes:
- kind: Rule
match: Host(`feeds.roboces.dev`)
priority: 10
services:
- name: miniflux-service
port: 8888