tls
This commit is contained in:
parent
5806f34815
commit
96c9f7d7d9
1 changed files with 4 additions and 1 deletions
|
@ -63,12 +63,15 @@ spec:
|
||||||
external-dns.alpha.kubernetes.io/target: external.hsn.dev
|
external-dns.alpha.kubernetes.io/target: external.hsn.dev
|
||||||
className: external-nginx
|
className: external-nginx
|
||||||
hosts:
|
hosts:
|
||||||
- host: jellyseerr.hsn.dev
|
- host: &host jellyseerr.hsn.dev
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
service:
|
service:
|
||||||
identifier: app
|
identifier: app
|
||||||
port: http
|
port: http
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- *host
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
controller: jellyseerr
|
controller: jellyseerr
|
||||||
|
|
Loading…
Reference in a new issue