Skip to content

Commit

Permalink
remove unused path mapping api on prowlarr
Browse files Browse the repository at this point in the history
  • Loading branch information
fonzdm committed Apr 23, 2024
1 parent 328e72d commit 6f9fc21
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions servarr/templates/init-downloaders.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,6 @@ spec:
env:
- name: APIKEY
value: "{{ .Values.global.apikey }}"
- name: prowlarr-vs-qbt-remote-mapping-finalizer
image: "rapidfort/curl:latest"
command:
- "/bin/sh"
- "-ec"
args:
- "curl -k -X POST \"http://servarr-prowlarr.{{ .Release.Namespace }}.svc.cluster.local:9696/api/v3/remotepathmapping\" -H 'content-type: application/json' -H 'x-api-key: $(APIKEY)' -H 'x-requested-with: XMLHttpRequest' -d '{\"host\":\"servarr-qbittorrent\",\"remotePath\":\"/downloads\",\"localPath\":\"/mnt/downloads/\"}'"
env:
- name: APIKEY
value: "{{ .Values.global.apikey }}"
- name: radarr-root-folder-finalizer
image: "rapidfort/curl:latest"
command:
Expand Down

0 comments on commit 6f9fc21

Please sign in to comment.