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