Skip to content

Commit

Permalink
Revert typo, and disable jelly fin a s default
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertix committed Jan 28, 2024
1 parent 928c7bf commit 04f2789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
name: jackett-config
image: "{{ .Values.jackett.container.image }}:{{ .Values.jackett.container.tag | default .Values.general.image_tag }}"
imagePullPolicy: Always
readiness probe:
readinessProbe:
tcpSocket:
port: {{ .Values.jackett.container.port }}
initialDelaySeconds: 15
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/k8s-mediaserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ radarr:
# selector: {}

jackett:
enabled: true
enabled: false
container:
image: docker.io/linuxserver/jackett
nodeSelector: {}
Expand Down

0 comments on commit 04f2789

Please sign in to comment.