diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-08 17:31:19 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-08 17:31:19 +0300 |
| commit | 0373a22bf963f58bfbdc4538219d191cdc7c81c7 (patch) | |
| tree | 7102c52333d213f9a263c34373d71b47b08fe53b | |
| parent | 5faa05b2e0e5600dfe3feb13f6de87500167abca (diff) | |
add freshrss
| -rw-r--r-- | f3s/freshrss/helm-chart/templates/ingress.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/f3s/freshrss/helm-chart/templates/ingress.yaml b/f3s/freshrss/helm-chart/templates/ingress.yaml index 3d1c892..6740961 100644 --- a/f3s/freshrss/helm-chart/templates/ingress.yaml +++ b/f3s/freshrss/helm-chart/templates/ingress.yaml @@ -8,7 +8,7 @@ metadata: traefik.ingress.kubernetes.io/router.entrypoints: web spec: rules: - - host: freshrss.f3s.lan.buetow.org + - host: freshrss.f3s.buetow.org http: paths: - path: / |
