mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
fix(rflood): correct webuiPort to 3000 for jesec/rtorrent-flood
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: rflood
|
name: rflood
|
||||||
description: rTorrent + Flood (jesec/rtorrent-flood) Helm chart
|
description: rTorrent + Flood (jesec/rtorrent-flood) Helm chart
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.0
|
version: 0.2.1
|
||||||
appVersion: "4.14.2"
|
appVersion: "4.14.2"
|
||||||
annotations:
|
annotations:
|
||||||
version-source: dockerhub-tags-pattern:jesec/rtorrent-flood:^[0-9]+\.[0-9]+\.[0-9]+$
|
version-source: dockerhub-tags-pattern:jesec/rtorrent-flood:^[0-9]+\.[0-9]+\.[0-9]+$
|
||||||
|
|||||||
+2
-2
@@ -3,7 +3,7 @@ image:
|
|||||||
repository: jesec/rtorrent-flood
|
repository: jesec/rtorrent-flood
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
webuiPort: 3001
|
webuiPort: 3000
|
||||||
torrentPort: 50000
|
torrentPort: 50000
|
||||||
|
|
||||||
service:
|
service:
|
||||||
@@ -33,7 +33,7 @@ livenessProbe:
|
|||||||
enabled: true
|
enabled: true
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 3001
|
port: 3000
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user