replace calibre web with automated version

This commit is contained in:
2024-08-01 22:31:09 -05:00
parent 6fa192457c
commit fe233d08f9
10 changed files with 4 additions and 263 deletions

View File

@@ -14,7 +14,7 @@ spec:
- websecure
routes:
- kind: Rule
match: Host(`calibre-automated.alexlebens.net`)
match: Host(`calibre.alexlebens.net`)
middlewares:
- name: authentik-calibre-web-automated
namespace: {{ .Release.Namespace }}
@@ -24,7 +24,7 @@ spec:
name: calibre-web-automated
port: 80
- kind: Rule
match: Host(`calibre-automated.alexlebens.net`) && PathPrefix(`/outpost.goauthentik.io/`)"
match: Host(`calibre.alexlebens.net`) && PathPrefix(`/outpost.goauthentik.io/`)"
priority: 15
services:
- kind: Service