fix(trilium): specify port
This commit is contained in:
parent
24dfcf6815
commit
d883b891eb
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue