video-iac/scripts/helm-update-probers-staging

11 lines
299 B
Plaintext
Raw Permalink Normal View History

2025-11-19 02:21:03 +00:00
# run in k8s/monitoring folder
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
pushd $SCRIPT_DIR/../k8s/probers > /dev/null
helm upgrade --install probers . --values values-staging.yaml
popd
# helm upgrade webrtc-be . --namespace webrtc-be -f values-staging.yaml