fix: change musicseerr imagePullPolicy to IfNotPresent and add ssl-redirect false annotations
This commit is contained in:
parent
735169d815
commit
be41eff81f
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue