fix: disable service env injection to avoid TRILIUM_PORT conflict

K8s injects TRILIUM_PORT=tcp://... from the service, but Trilium
expects an integer. enableServiceLinks: false prevents the collision.
This commit is contained in:
2026-05-22 09:58:49 +00:00
parent 0d3da9856a
commit 97d7bcef60
+1
View File
@@ -13,6 +13,7 @@ spec:
labels: labels:
app: trilium app: trilium
spec: spec:
enableServiceLinks: false
containers: containers:
- name: trilium - name: trilium
image: zadam/trilium:latest image: zadam/trilium:latest