From d883b891ebd6f6b6efba946f6e9bbc3b35650c8b Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 7 Sep 2023 18:28:35 -0400 Subject: [PATCH] fix(trilium): specify port --- cluster/apps/default/trilium/helm-release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cluster/apps/default/trilium/helm-release.yaml b/cluster/apps/default/trilium/helm-release.yaml index 7e27a2c..e63b213 100644 --- a/cluster/apps/default/trilium/helm-release.yaml +++ b/cluster/apps/default/trilium/helm-release.yaml @@ -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: