diff --git a/cluster/apps/media/jackett/helm-release.yaml b/cluster/apps/media/jackett/helm-release.yaml index 00aac8b71..f9c1fb345 100644 --- a/cluster/apps/media/jackett/helm-release.yaml +++ b/cluster/apps/media/jackett/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://k8s-at-home.com/charts/ chart: jackett - version: 9.1.0 + version: 10.1.1 sourceRef: kind: HelmRepository name: k8s-at-home-charts @@ -39,24 +39,26 @@ spec: limits: memory: 1500Mi service: - annotations: - prometheus.io/probe: "true" - prometheus.io/protocol: http + main: + annotations: + prometheus.io/probe: "true" + prometheus.io/protocol: http ingress: - enabled: true - annotations: - kubernetes.io/ingress.class: "nginx" - nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify" - nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/" - forecastle.stakater.com/expose: "true" - forecastle.stakater.com/appName: "Jackett" - forecastle.stakater.com/icon: "https://developer.asustor.com/uploadIcons/0020_999_1571913434_jackett_256.png" - forecastle.stakater.com/network-restricted: "true" - hosts: - - host: jackett.${SECRET_CLUSTER_DOMAIN} - paths: - - path: / - pathType: Prefix - tls: - - hosts: - - "jackett.${SECRET_CLUSTER_DOMAIN}" + main: + enabled: true + annotations: + kubernetes.io/ingress.class: "nginx" + nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify" + nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/" + forecastle.stakater.com/expose: "true" + forecastle.stakater.com/appName: "Jackett" + forecastle.stakater.com/icon: "https://developer.asustor.com/uploadIcons/0020_999_1571913434_jackett_256.png" + forecastle.stakater.com/network-restricted: "true" + hosts: + - host: jackett.${SECRET_CLUSTER_DOMAIN} + paths: + - path: / + pathType: Prefix + tls: + - hosts: + - "jackett.${SECRET_CLUSTER_DOMAIN}"