Beispiele und anpassungen an Mistral

This commit is contained in:
Wolf G. Beckmann
2026-06-10 14:21:59 +02:00
parent f3ae6859bf
commit d00525c15f
44 changed files with 676 additions and 55 deletions

View File

@@ -34,7 +34,15 @@
"Bash(KUBECONFIG=/mnt/c/source/Frigosped/Dokumenten-Check/env/frigo-dev.yaml kubectl logs *)",
"Bash(KUBECONFIG=/mnt/c/source/Frigosped/Dokumenten-Check/env/frigo-dev.yaml kubectl get pods -n ai-env -l app=dc-backend)",
"Bash(chmod +x *)",
"Bash(JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64 mvn compile -q)"
"Bash(JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64 mvn compile -q)",
"Bash(KUBECONFIG=/mnt/c/source/Frigosped/Dokumenten-Check/env/frigo-dev.yaml kubectl get nodes)",
"Bash(KUBECONFIG=/mnt/c/source/Frigosped/Dokumenten-Check/env/frigo-dev.yaml kubectl config view --minify)",
"Bash(KUBECONFIG=../env/frigo-dev.yaml kubectl get pods *)",
"Bash(KUBECONFIG=/mnt/c/source/Frigosped/Dokumenten-Check/env/frigo-dev.yaml kubectl get pods *)",
"Bash(KUBECONFIG=../env/frigo-dev.yaml kubectl apply *)",
"Bash(KUBECONFIG=../env/frigo-dev.yaml kubectl rollout restart deployment/dc-backend -n ai-env)",
"Bash(KUBECONFIG=../env/frigo-dev.yaml kubectl rollout status deployment/dc-backend -n ai-env --timeout=120s)",
"Bash(KUBECONFIG=../env/frigo-dev.yaml kubectl logs *)"
]
}
}