Skip to content

Commit

Permalink
turn down unnecessary KC infra
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed Jan 9, 2025
1 parent 72d4eaf commit f8a993a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion knightcrawler/helmrelease-knightcrawler-consumer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
podLabels:
app.elfhosted.com/class: knightcrawler-scraper
controller:
replicas: 2
replicas: 0
annotations:
configmap.reloader.stakater.com/reload: "knightcrawler-env"
secret.reloader.stakater.com/reload: "knightcrawler-env"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
global:
nameOverride: knightcrawler-debridcollector
controller:
replicas: 1
replicas: 0
annotations:
configmap.reloader.stakater.com/reload: "knightcrawler-env"
secret.reloader.stakater.com/reload: "knightcrawler-env"
Expand Down
1 change: 1 addition & 0 deletions knightcrawler/helmrelease-knightcrawler-producer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
global:
nameOverride: knightcrawler-producer
controller:
replicas: 0
annotations:
configmap.reloader.stakater.com/reload: "knightcrawler-env"
secret.reloader.stakater.com/reload: "knightcrawler-env"
Expand Down
1 change: 1 addition & 0 deletions knightcrawler/helmrelease-knightcrawler-qbitcollector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
runAsGroup: 10001
automountServiceAccountToken: false
controller:
replicas: 0
annotations:
configmap.reloader.stakater.com/reload: "knightcrawler-env"
tolerations:
Expand Down
1 change: 1 addition & 0 deletions knightcrawler/helmrelease-qbittorrent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
global:
nameOverride: qbittorrent
controller:
replicas: 0
annotations:
configmap.reloader.stakater.com/reload: "qbittorrent-config"
tolerations:
Expand Down

0 comments on commit f8a993a

Please sign in to comment.