How to Stop/Start application deployed in the ArgoCD?
I see only Delete or Sync or deploy/redeploy options. I got running server applications and I'd like to stop (shutdown) temporarily their functionality in the cluster. Or I'm missing something in the concept?
Do I need to implement some kind of custom interface for my server applications to make start/stop functionality possible and communicate with my apps directly? (so it is out of ArgoCD responsibility - i.e. it is not like Linux service management system - I need to implement this by myself at application level)