path01.sh 337 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 # 添加环境变量临时禁用 Firebase kubectl patch deployment notification-service -n ecommerce -p '{ "spec": { "template": { "spec": { "containers": [{ "name": "notification-service", "env": [ {"name": "FCM_ENABLED", "value": "false"} ] }] } } } }'