From 6656329cbe7d198552e42bd3f84ee7c23a26997b Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 20 Jun 2025 15:37:35 +1000 Subject: [PATCH] Update crawl4ai deployment --- ai/crawl4ai.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ai/crawl4ai.yaml b/ai/crawl4ai.yaml index 7e6bcf0..9c50a27 100644 --- a/ai/crawl4ai.yaml +++ b/ai/crawl4ai.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - namespace: home-apps + namespace: ai name: crawl4ai-pvc spec: accessModes: @@ -16,7 +16,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: crawl4ai - namespace: home-apps + namespace: ai labels: app: crawl4ai spec: @@ -98,7 +98,7 @@ apiVersion: v1 kind: Service metadata: name: crawl4ai - namespace: home-apps + namespace: ai labels: name: crawl4ai spec: @@ -117,7 +117,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: crawl4ai-ingress - namespace: home-apps + namespace: ai annotations: kubernetes.io/ingress.class: "nginx" kubernetes.io/tls-acme: "true" @@ -154,7 +154,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: crawl-api-ingress - namespace: home-apps + namespace: ai annotations: kubernetes.io/ingress.class: "nginx" kubernetes.io/tls-acme: "true"