gitea: add tls
This commit is contained in:
parent
bcdbaf2dc8
commit
b5b645de0a
|
@ -18,7 +18,11 @@ spec:
|
|||
ingress:
|
||||
enabled: true
|
||||
hosts:
|
||||
- host: git.ftt.gmbh
|
||||
- host: dev.ftt.gmbh
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: gitea
|
||||
hosts:
|
||||
- dev.ftt.gmbh
|
||||
|
|
Loading…
Reference in New Issue