Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.13 KB

Ops.md

File metadata and controls

20 lines (18 loc) · 1.13 KB

Deploying the Resources API

Once a release is built and deployed by CircleCI, deploy it to an environment using ArgoCD.

  1. First, to connect to ArgoCD:
kubectl -n argocd port-forward service/argocd-server 8443:443 &
open https://localhost:8443
  1. Login - credentials are in 1password, or ask someone for help
  2. Pick up the new version in staging.
  1. Repeat those steps for the production environment
  • When validating prod, please add a real resource to the API, not a test resource (there's no way to delete a test resource using the API)