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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user