diff --git a/ai/crawl4ai.yaml b/ai/crawl4ai.yaml index 3bbacbb..9565eb6 100644 --- a/ai/crawl4ai.yaml +++ b/ai/crawl4ai.yaml @@ -48,7 +48,7 @@ spec: spec: containers: - name: crawl4ai - image: mirror.gcr.io/wahyd4/crawl4ai:v0.6.3 + image: mirror.gcr.io/unclecode/crawl4ai:0.7.4 imagePullPolicy: IfNotPresent securityContext: # appuser: 999 set by the image @@ -143,8 +143,8 @@ metadata: kubernetes.io/ingress.class: "nginx" kubernetes.io/tls-acme: "true" cert-manager.io/cluster-issuer: "letsencrypt-prod" - nginx.ingress.kubernetes.io/auth-url: "https://id.junv.cc/oauth2/auth" - nginx.ingress.kubernetes.io/auth-signin: "https://id.junv.cc/oauth2/start?rd=https%3A%2F%2F$host$request_uri" + nginx.ingress.kubernetes.io/auth-url: "https://pass.junv.cc/auth" + nginx.ingress.kubernetes.io/auth-signin: "https://pass.junv.cc/?redirect=https%3A%2F%2F$host$request_uri" # Increase proxy timeouts for long-running crawl operations nginx.ingress.kubernetes.io/proxy-connect-timeout: "300" nginx.ingress.kubernetes.io/proxy-send-timeout: "300"