your 2-secret.yml to replace MONGODB_URI value # Apply each manifest by order cd ../manifest # Confirm the external IP, it might take some minutes until you can see it
SLACK_API # and replace one in 2-secret.yml https://hooks.slack.com/services/######/###/## | base64 aHR0cHM6Ly9ob29rcy#####8jIw==(encoded string) vi ./2-secret.yml # MONGODB_URIも同様に行います # apply the change kubectl apply -f ./2-secret.yml # delete the pods using MONGODB_URI or SLACK_API to restart them kubectl delete pod -n mynamespace -l app=mynotifypod kubectl delete pod -n mynamespace -l run=myappsample
to replace your OMS workspace ID and key # you don't need to encode the ID and Key # Apply each manifest by order # Confirm the omsagents pod running on every node