Add internal ingress
This commit is contained in:
parent
fd3aba066d
commit
c86818755b
@ -42,7 +42,8 @@ ingress:
|
|||||||
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||||
hosts:
|
hosts:
|
||||||
- host: emby.k8s.ipa.champion
|
- host: emby.k8s.ipa.champion
|
||||||
paths: []
|
paths:
|
||||||
|
- path: /
|
||||||
tls:
|
tls:
|
||||||
- secretName: emby-internal-tls
|
- secretName: emby-internal-tls
|
||||||
hosts:
|
hosts:
|
||||||
@ -54,7 +55,8 @@ ingress:
|
|||||||
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
nginx.ingress.kubernetes.io/backend-protocol: HTTP
|
||||||
hosts:
|
hosts:
|
||||||
- host: emby.ervine.cloud
|
- host: emby.ervine.cloud
|
||||||
paths: []
|
paths:
|
||||||
|
- path: /
|
||||||
tls:
|
tls:
|
||||||
- secretName: emby-ervine-cloud-tls
|
- secretName: emby-ervine-cloud-tls
|
||||||
hosts:
|
hosts:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user