gitea: add tls

This commit is contained in:
xeruf 2022-06-27 16:21:20 +01:00
parent bcdbaf2dc8
commit b5b645de0a
1 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,11 @@ spec:
ingress: ingress:
enabled: true enabled: true
hosts: hosts:
- host: git.ftt.gmbh - host: dev.ftt.gmbh
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls:
- secretName: gitea
hosts:
- dev.ftt.gmbh