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