fixes
This commit is contained in:
parent
21fe50e3b5
commit
7c4b8d02f2
@ -66,7 +66,10 @@ spec:
|
||||
terminationMessagePolicy: File
|
||||
volumeMounts:
|
||||
- mountPath: /opt/adguardhome/conf/
|
||||
name: adguard-home-config-dir
|
||||
- mountPath: /opt/adguardhome/conf/AdGuardHome.yaml
|
||||
name: adguard-home-config
|
||||
subPath: AdGuardHome.yaml
|
||||
- mountPath: /opt/adguardhome/work/
|
||||
name: adguard-home-work
|
||||
dnsPolicy: ClusterFirst
|
||||
@ -80,4 +83,6 @@ spec:
|
||||
name: adguard-home-config
|
||||
name: adguard-home-config
|
||||
- emptyDir: {}
|
||||
name: adguard-home-work
|
||||
name: adguard-home-work
|
||||
- emptyDir: {}
|
||||
name: adguard-home-config-dir
|
||||
|
@ -1,7 +1,7 @@
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: jellyfin-ingress
|
||||
name: jellyfin-vue-ingress
|
||||
namespace: media
|
||||
spec:
|
||||
entryPoints:
|
||||
@ -20,7 +20,7 @@ spec:
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: jellyfin-ingress
|
||||
name: jellyfin-backend-ingress
|
||||
namespace: media
|
||||
spec:
|
||||
entryPoints:
|
||||
|
Loading…
x
Reference in New Issue
Block a user