fix(trilium): specify port

This commit is contained in:
SeanOMik 2023-09-07 18:28:35 -04:00
parent 24dfcf6815
commit d883b891eb
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 4 additions and 1 deletions

View File

@ -19,11 +19,14 @@ spec:
repository: zadam/trilium
tag: 0.61-latest
env:
TRILIUM_PORT: &port 8080
service:
main:
ports:
http:
port: 8080
port: *port
ingress:
main: