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:
|
||||
app: trilium
|
||||
spec:
|
||||
enableServiceLinks: false
|
||||
containers:
|
||||
- name: trilium
|
||||
image: zadam/trilium:latest
|
||||
|
||||
Reference in New Issue
Block a user