Skip to content

ArgoCD setup 작성 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks done
Tracked by #1
junha-ahn opened this issue Aug 5, 2023 · 2 comments · Fixed by #12
Closed
3 tasks done
Tracked by #1

ArgoCD setup 작성 #5

junha-ahn opened this issue Aug 5, 2023 · 2 comments · Fixed by #12
Assignees

Comments

@junha-ahn
Copy link
Member

junha-ahn commented Aug 5, 2023

Todo

  • provider helm setup
  • helm_release 를 통해 argoCD setup
  • application.yaml 작성
@junha-ahn junha-ahn mentioned this issue Aug 5, 2023
8 tasks
@junha-ahn junha-ahn changed the title ArgoCD application.yaml 작성 ArgoCD setup / application.yaml 작성 Aug 6, 2023
@junha-ahn
Copy link
Member Author

junha-ahn commented Aug 6, 2023

@hihahayoung hihahayoung self-assigned this Aug 7, 2023
@junha-ahn junha-ahn changed the title ArgoCD setup / application.yaml 작성 ArgoCD setup 작성 Aug 7, 2023
@junha-ahn junha-ahn self-assigned this Aug 7, 2023
@hihahayoung hihahayoung linked a pull request Aug 8, 2023 that will close this issue
@junha-ahn
Copy link
Member Author

ArgoCD local 포트포워딩 후 접속 법

aws eks update-kubeconfig --region ap-northeast-2 --name ticketing-main-cluster

kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo

kubectl port-forward svc/morgo-argocd-server -n argocd 8080:443
- codespace => port => port protocol 변경 => https

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants