fix: change musicseerr imagePullPolicy to IfNotPresent and add ssl-redirect false annotations

This commit is contained in:
fchinembiri 2026-07-10 00:11:26 +02:00
parent 735169d815
commit be41eff81f
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,7 @@ spec:
containers:
- name: musicseerr
image: frankchine/geocrop-musicseerr:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
env:
- name: GLUETUN_PROXY_URL
value: "http://gluetun-svc:8888"
@ -143,6 +143,8 @@ metadata:
namespace: family-apps
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/force-ssl-redirect: "false"
spec:
ingressClassName: nginx
tls: