update kubecontext

This commit is contained in:
Bojan Kucera 2025-06-06 08:41:32 -04:00
parent 827351d59b
commit dfbaa22a3e

View file

@ -33,15 +33,14 @@ build:
deploy:
stage: deploy
image: alpine/k8s:1.28.4
variables:
KUBE_CONTEXT: "stare/infra:ovh-cluster"
script:
- kubectl rollout restart deployment/proxy-detection-api
- kubectl rollout status deployment/proxy-detection-api --timeout=300s
- kubectl get pods -l app=proxy-detection-api
environment:
name: production
kubernetes:
namespace: default
agent: "stare/infra:ovh-cluster"
only:
- master