diff --git a/infrastructure/rag/templates/frontend/admin-deployment.yaml b/infrastructure/rag/templates/frontend/admin-deployment.yaml index 0454be7d..baacd661 100644 --- a/infrastructure/rag/templates/frontend/admin-deployment.yaml +++ b/infrastructure/rag/templates/frontend/admin-deployment.yaml @@ -28,6 +28,7 @@ spec: - /bin/sh - "-c" - "cp -r /app/frontend/. /usr/share/nginx/html && /bin/sh /app/env.sh" + timeoutSeconds: 30 securityContext: runAsUser: 101 runAsNonRoot: true diff --git a/infrastructure/rag/templates/frontend/deployment.yaml b/infrastructure/rag/templates/frontend/deployment.yaml index bc2e9fa6..7e8a2dd5 100644 --- a/infrastructure/rag/templates/frontend/deployment.yaml +++ b/infrastructure/rag/templates/frontend/deployment.yaml @@ -28,6 +28,7 @@ spec: - /bin/sh - "-c" - "cp -r /app/frontend/. /usr/share/nginx/html && /bin/sh /app/env.sh" + timeoutSeconds: 30 securityContext: runAsUser: 101 runAsNonRoot: true