diff --git a/services/Authelia/deploy-Authelia.yml b/services/Authelia/deploy-Authelia.yml index a7e2a1a..9c54cae 100644 --- a/services/Authelia/deploy-Authelia.yml +++ b/services/Authelia/deploy-Authelia.yml @@ -16,7 +16,8 @@ spec: spec: containers: - name: authelia - image: authelia/authelia + image: authelia/authelia:master + imagePullPolicy: Always env: - name: TZ value: Europe/Amsterdam diff --git a/services/PVR/ingressRoute-PVR.yml.template b/services/PVR/ingressRoute-PVR.yml.template index c14a00c..4c233e3 100644 --- a/services/PVR/ingressRoute-PVR.yml.template +++ b/services/PVR/ingressRoute-PVR.yml.template @@ -7,14 +7,6 @@ spec: entryPoints: - websecure routes: - - match: Host(`index.pvr.spamasaurus.com`) && (Headers(`X-Api-Key`, ``) || Query(`apikey=`)) - kind: Rule - services: - - name: nzbhydra - port: 5076 - middlewares: - - name: security-headers@file - - name: compression@file - match: Host(`movies.pvr.spamasaurus.com`) && (Headers(`X-Api-Key`, ``) || Query(`apikey=`)) kind: Rule services: