helpful to have service name consistent
This commit is contained in:
parent
6dd2fb584e
commit
579f27aa55
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: qbittorrent
|
||||
name: &app qbittorrent
|
||||
spec:
|
||||
interval: 30m
|
||||
chart:
|
||||
|
@ -114,7 +114,8 @@ spec:
|
|||
|
||||
service:
|
||||
app:
|
||||
controller: qbittorrent
|
||||
controller: *app
|
||||
nameOverride: *app
|
||||
ports:
|
||||
http:
|
||||
port: *port
|
||||
|
|
Loading…
Reference in a new issue