add host to lidarr ingress

This commit is contained in:
2024-07-09 21:31:44 -05:00
parent c2b8e1c1c0
commit f64bdf466a

View File

@@ -129,7 +129,8 @@ lidarr2:
enabled: true enabled: true
className: tailscale className: tailscale
hosts: hosts:
- paths: - host: lidarr-cl01tl
paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
service: service:
@@ -137,7 +138,7 @@ lidarr2:
port: 80 port: 80
tls: tls:
- hosts: - hosts:
- vault-cl01tl - lidarr-cl01tl
persistence: persistence:
config: config:
storageClass: ceph-block storageClass: ceph-block