Add internal ingress

This commit is contained in:
Jonny Ervine 2023-09-25 22:13:21 +08:00
parent fd3aba066d
commit c86818755b

View File

@ -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: