add calibre web automated

This commit is contained in:
2024-08-01 21:41:06 -05:00
parent 64a873b90a
commit f4af6cdd66
8 changed files with 271 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: calibre-web-automated
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: calibre-web-automated
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`calibre-automated.alexlebens.net`)
middlewares:
- name: authentik-calibre-web-automated
namespace: {{ .Release.Namespace }}
priority: 10
services:
- kind: Service
name: calibre-web-automated
port: 80
- kind: Rule
match: Host(`calibre-automated.alexlebens.net`) && PathPrefix(`/outpost.goauthentik.io/`)"
priority: 15
services:
- kind: Service
name: authentik-outpost-proxy
port: 9000
namespace: authentik