Skip to content

Commit

Permalink
Update jackett-resources.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kubealex authored Jan 16, 2024
1 parent 64ae7ef commit 928c7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/k8s-mediaserver/templates/jackett-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ spec:
name: jackett-config
image: "{{ .Values.jackett.container.image }}:{{ .Values.jackett.container.tag | default .Values.general.image_tag }}"
imagePullPolicy: Always
readinessProbe:
httpGet:
readiness probe:
tcpSocket:
port: {{ .Values.jackett.container.port }}
initialDelaySeconds: 15
periodSeconds: 10
Expand Down

0 comments on commit 928c7bf

Please sign in to comment.