mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Update crawl4ai deployment
This commit is contained in:
+5
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user