This commit is contained in:
Joseph Hanson 2024-10-12 16:00:37 -05:00
parent de94de0b2a
commit 4f604ba608
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -3,7 +3,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: scrypted
name: &app scrypted
spec:
interval: 30m
chart:
@ -54,7 +54,11 @@ spec:
privileged: true
service:
app:
controller: scrypted
controller: *app
type: LoadBalancer
annotations:
io.cilium/lb-ipam-ips: 10.1.1.32
nameOverride: *app
ports:
http:
port: 11080
@ -70,6 +74,7 @@ spec:
homekit-bridge: # bridge
port: 33961
ingress:
app:
className: "internal-nginx"