This commit is contained in:
Bojan Kucera 2025-06-06 09:38:54 -04:00
parent f537e969a6
commit 722bfefaf5

View file

@ -38,8 +38,8 @@ deploy:
variables:
KUBE_CONTEXT: stare/infra:ovh-cluster
script:
- kubectl config get-contexts
- kubectl config use-context stare/infra:ovh-cluster
- kubectl config --kubeconfig=${KUBE_CONFIG} get-contexts
- kubectl config --kubeconfig=${KUBE_CONFIG} use-context stare/infra:ovh-cluster
- kubectl get pods
- kubectl rollout restart deployment/proxy-detection-api
- kubectl rollout status deployment/proxy-detection-api --timeout=300s