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
|
||||
className: external-nginx
|
||||
hosts:
|
||||
- host: jellyseerr.hsn.dev
|
||||
- host: &host jellyseerr.hsn.dev
|
||||
paths:
|
||||
- path: /
|
||||
service:
|
||||
identifier: app
|
||||
port: http
|
||||
tls:
|
||||
- hosts:
|
||||
- *host
|
||||
service:
|
||||
app:
|
||||
controller: jellyseerr
|
||||
|
|
Loading…
Reference in a new issue