Skip to content

Commit

Permalink
Disable tv series exporters (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-vex authored Dec 30, 2023
1 parent 05670a7 commit 5db1771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/kubenuc/film-tv-exporter/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app: radarr-exporter
name: radarr-exporter
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app: radarr-exporter
Expand Down Expand Up @@ -70,7 +70,7 @@ metadata:
app: lidarr-exporter
name: lidarr-exporter
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app: lidarr-exporter
Expand Down Expand Up @@ -134,7 +134,7 @@ metadata:
app: sonarr-exporter
name: sonarr-exporter
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app: sonarr-exporter
Expand Down

0 comments on commit 5db1771

Please sign in to comment.