gitea: add tls
This commit is contained in:
parent
bcdbaf2dc8
commit
b5b645de0a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue