Skip to content
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

Port forward argocd service to access from outside of the vm #49

Merged
merged 1 commit into from
Dec 18, 2022

Conversation

FirelightFlagboy
Copy link
Collaborator

@FirelightFlagboy FirelightFlagboy commented Dec 15, 2022

Create a systemd unit that expose argocd-server to outside of the vm. Basically:

kubectl port-forward -n argo-cd svc/argocd-server

The unit is run by the user vagrant

Now we can access the ui with https://192.168.56.110:9443

@FirelightFlagboy FirelightFlagboy changed the title Port forward argocd service to access from outside Port forward argocd service to access from outside of the vm Dec 15, 2022
This was linked to issues Dec 15, 2022
Base automatically changed from fix-k3d-script to main December 18, 2022 16:14
Create a systemd unit that expose `argocd-server` to outside of the vm.
Basically:

```shell
kubectl port-forward -n argo-cd svc/argocd-server
```

The unit is run by the user vagrant

Now we can access the ui with <192.168.56.110:9443>
@FirelightFlagboy FirelightFlagboy merged commit b181064 into main Dec 18, 2022
@FirelightFlagboy FirelightFlagboy deleted the port-forward-argocd branch December 18, 2022 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[argo-cd] The webui must be exposed Setup Argo-CD
2 participants