fix(trilium): specify port
This commit is contained in:
parent
24dfcf6815
commit
d883b891eb
1 changed files with 4 additions and 1 deletions
|
@ -19,11 +19,14 @@ spec:
|
||||||
repository: zadam/trilium
|
repository: zadam/trilium
|
||||||
tag: 0.61-latest
|
tag: 0.61-latest
|
||||||
|
|
||||||
|
env:
|
||||||
|
TRILIUM_PORT: &port 8080
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: 8080
|
port: *port
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
|
|
Loading…
Add table
Reference in a new issue