From b1f73562a2b8bca8d1ce8ea60fee21f16c4eef5b Mon Sep 17 00:00:00 2001 From: rock Date: Fri, 28 Aug 2026 17:20:40 -0700 Subject: [PATCH] fix: obsidian ingress points to obsidian-ui (noVNC) instead of REST API --- k8s/bootstrap/ingress/ingress.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/k8s/bootstrap/ingress/ingress.yaml b/k8s/bootstrap/ingress/ingress.yaml index cdadc37..a818f31 100644 --- a/k8s/bootstrap/ingress/ingress.yaml +++ b/k8s/bootstrap/ingress/ingress.yaml @@ -325,16 +325,13 @@ spec: number: 7575 --- -# ── Obsidian (Poimen vault UI) ──────────────────────────────────────────────── -# Obsidian REST API serves HTTPS on port 27124 (self-signed) +# ── Obsidian UI (Poimen vault browser) ──────────────────────────────────────── +# Full Obsidian Desktop in browser via noVNC (obsidian-remote) apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: obsidian namespace: poimen - annotations: - nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" - nginx.ingress.kubernetes.io/proxy-ssl-verify: "off" spec: ingressClassName: nginx rules: @@ -345,6 +342,6 @@ spec: pathType: Prefix backend: service: - name: obsidian-server + name: obsidian-ui port: number: 80