helpful to have service name consistent

This commit is contained in:
Joseph Hanson 2024-08-15 12:31:51 -05:00
parent 6dd2fb584e
commit 579f27aa55
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -3,7 +3,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2 apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: qbittorrent name: &app qbittorrent
spec: spec:
interval: 30m interval: 30m
chart: chart:
@ -114,7 +114,8 @@ spec:
service: service:
app: app:
controller: qbittorrent controller: *app
nameOverride: *app
ports: ports:
http: http:
port: *port port: *port