Logo
Explore Help
Register Sign In
po/Dokumenten-Check
1
0
Fork 0
You've already forked Dokumenten-Check
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
c75f460ec52bc98957f818d5d6297fa34c84b805
Dokumenten-Check/dc-backend/getPods.sh

11 lines
204 B
Bash
Raw Normal View History

feat: Add catalog generation functionality and related models - Implemented CatalogResource for handling catalog generation requests and status checks. - Created CatalogGenerationService to manage the asynchronous generation process. - Added models for catalog generation responses, requests, and structured catalog data. - Introduced utility scripts for database interaction and Kubernetes pod retrieval. - Enhanced error handling and logging throughout the catalog generation workflow.
2026-05-04 19:03:54 +02:00
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
export KUBECONFIG="$SCRIPT_DIR/../env/frigo-dev.yaml"
TAG="${1:-latest}"
kubectl get pods -n ai-env -l app=dc-backend
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 9ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API