debug
This commit is contained in:
parent
de94de0b2a
commit
4f604ba608
1 changed files with 7 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue