Skip to content

Commit

Permalink
fix: remove lidarr
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbl committed Sep 6, 2024
1 parent 05851b5 commit 4dc60cf
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions charts/aquisition/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,26 +119,6 @@ spec:
volumeMounts:
- name: media
mountPath: /media
# - name: lidarr
# image: ghcr.io/alxbl/lidarr:{{ .Values.images.lidarr | default "latest"}}
# securityContext:
# {{- toYaml .Values.securityContext | nindent 12 }}
# env:
# - name: TZ
# value: {{ .Values.vpn.timezone | default "Etc/UTC" | quote}}
# - name: PUID
# value: "1000"
# - name: PGID
# value: "1000"
# ports:
# - name: http
# containerPort: 8686
# protocol: TCP
# resources:
# {{- toYaml .Values.resources | nindent 12 }}
# volumeMounts:
# - name: media
# mountPath: /media
- name: prowlarr
image: ghcr.io/alxbl/prowlarr:{{ .Values.images.prowlarr | default "latest"}}
securityContext:
Expand Down

0 comments on commit 4dc60cf

Please sign in to comment.