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