From b71d26cb0837ccae8cc40e0fe7436719ecf87a50 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Thu, 30 Apr 2026 08:07:16 +0000 Subject: [PATCH] chore: uninstall notes Switched to local editors. --- apps/khuedoan/notes/local.yaml | 44 -------------------------------------------- apps/khuedoan/notes/production.yaml | 44 -------------------------------------------- apps/khuedoan/notes/staging.yaml | 44 -------------------------------------------- 3 file(s) changed, 0 insertion(s)(+), 132 deletion(s)(-) diff --git a/apps/khuedoan/notes/local.yaml b/apps/khuedoan/notes/local.yaml deleted file mode 100644 --- a/apps/khuedoan/notes/local.yaml +++ /dev/null @@ -1,44 +0,0 @@ -defaultPodOptions: - labels: - istio.io/dataplane-mode: ambient -controllers: - main: - type: statefulset - containers: - main: - image: - repository: ghcr.io/silverbulletmd/silverbullet - tag: v2 - envFrom: - - secret: silverbullet -service: - main: - controller: main - ports: - http: - port: 3000 - protocol: HTTP -ingress: - main: - enabled: true - className: nginx - annotations: - cert-manager.io/cluster-issuer: letsencrypt-prod - hosts: - - host: notes.127.0.0.1.sslip.io - paths: - - path: / - pathType: Prefix - service: - identifier: main - port: 3000 - tls: - - hosts: - - notes.127.0.0.1.sslip.io - secretName: notes-tls-certificate -persistence: - data: - accessMode: ReadWriteOnce - size: 1Gi - globalMounts: - - path: /space diff --git a/apps/khuedoan/notes/production.yaml b/apps/khuedoan/notes/production.yaml deleted file mode 100644 --- a/apps/khuedoan/notes/production.yaml +++ /dev/null @@ -1,44 +0,0 @@ -defaultPodOptions: - labels: - istio.io/dataplane-mode: ambient -controllers: - main: - type: statefulset - containers: - main: - image: - repository: ghcr.io/silverbulletmd/silverbullet - tag: v2 - envFrom: - - secret: silverbullet -service: - main: - controller: main - ports: - http: - port: 3000 - protocol: HTTP -ingress: - main: - enabled: true - className: nginx - annotations: - cert-manager.io/cluster-issuer: letsencrypt-prod - hosts: - - host: notes.cloudlab.khuedoan.com - paths: - - path: / - pathType: Prefix - service: - identifier: main - port: 3000 - tls: - - hosts: - - notes.cloudlab.khuedoan.com - secretName: notes-tls-certificate -persistence: - data: - accessMode: ReadWriteOnce - size: 1Gi - globalMounts: - - path: /space diff --git a/apps/khuedoan/notes/staging.yaml b/apps/khuedoan/notes/staging.yaml deleted file mode 100644 --- a/apps/khuedoan/notes/staging.yaml +++ /dev/null @@ -1,44 +0,0 @@ -defaultPodOptions: - labels: - istio.io/dataplane-mode: ambient -controllers: - main: - type: statefulset - containers: - main: - image: - repository: ghcr.io/silverbulletmd/silverbullet - tag: v2 - envFrom: - - secret: silverbullet -service: - main: - controller: main - ports: - http: - port: 3000 - protocol: HTTP -route: - main: - kind: HTTPRoute - parentRefs: - - group: gateway.networking.k8s.io - kind: Gateway - name: gateway - namespace: istio-system - hostnames: - - notes.staging.khuedoan.com - rules: - - matches: - - path: - type: PathPrefix - value: / - backendRefs: - - identifier: main - port: 3000 -persistence: - data: - accessMode: ReadWriteOnce - size: 1Gi - globalMounts: - - path: /space -- tangled.sh