Skip to content

Commit

Permalink
Use only 127.0.0.1 as ingress address
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Jun 3, 2024
1 parent 35f0983 commit afe2866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/resources/argocd/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ argo-cd:
server:
ingress:
enabled: true
hostname: 'argo-ui.127.0.0.1.nip.io'
hostname: 'argo-ui.127.0.0.1'
extraArgs:
- --insecure
configs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubevirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
ARGOCD_PWD=$(kubectl get secret/argocd-initial-admin-secret -n gitops -ojson | jq -r '.data.password' | base64 -d)
echo "Argocd password: $ARGOCD_PWD. End"

ARGOCD_SERVER=argo-ui.127.0.0.1.nip.io
ARGOCD_SERVER=argo-ui.127.0.0.1
ARGOCD_USER=admin

argocd login --insecure $ARGOCD_SERVER --username $ARGOCD_USER --password $ARGOCD_PWD --grpc-web
Expand Down

0 comments on commit afe2866

Please sign in to comment.