Skip to content

Latest commit

 

History

History
 
 

services

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

K8s manifests

Deployment

If everything is provisioned correctly in the infra steps, then these manifests should start to deploy automatically on the frontend using ArgoCD.

  1. Navigate to the URL configured for ArgoCD and login with below creds:
username: admin
password: output of $(kubectl -n argocd get secret argocd-initial-admin-secret -oyaml | yq '.data.password' | base64 -d)
  1. Confirm the deployment status for each app, will look like this: argo dashboard

Customization

Search for string "CHANGEME" in the subfolder and update the values as instructed.