argo-cd: argocd ha via helm: UI returns 404 page not found
Checklist:
- I’ve searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- I’ve included steps to reproduce the bug.
- I’ve pasted the output of
argocd version
.
Describe the bug
When executing
kubectl port-forward svc/argocd-server -n argocd 9999:443
I get a 404 in the browser (localhost:9999)
To Reproduce
Chart.yaml
apiVersion: v2
name: argo-cd
version: 1.0.0
dependencies:
- name: argo-cd
version: 5.5.0
repository: https://argoproj.github.io/argo-helm
values.yaml
argo-cd:
installCRDs: true
# global:
# image:
# tag: v2.4.12
dex:
enabled: false
configs:
params:
"server.enable.gzip": true
"server.insecure": true
server:
extraArgs:
- --insecure
replicas: 1
repositories: |
- type: helm
name: stable
url: https://charts.helm.sh/stable
- type: helm
name: argo-cd
url: https://argoproj.github.io/argo-helm
redis:
extraArgs:
- --bind
- "0.0.0.0"
redis-ha:
enabled: true
controller:
replicas: 1
repoServer:
replicas: 2
applicationSet:
replicas: 2
installation via helm: helm install argocd . -n argocd
Expected behavior
No 404
Screenshots
Version
argocd: v2.4.12+41f54aa
BuildDate: 2022-09-16T01:12:58Z
GitCommit: 41f54aa556f3ffb3fa4cf93d784fb7d30c15041c
GitTreeState: clean
GoVersion: go1.18.5
Compiler: gc
Platform: linux/amd64
Logs
argocd-server log:
time="2022-09-21T14:21:00Z" level=info msg="Starting configmap/secret informers"
time="2022-09-21T14:21:01Z" level=info msg="Configmap/secret informer synced"
time="2022-09-21T14:21:01Z" level=info msg="Starting configmap/secret informers"
time="2022-09-21T14:21:01Z" level=info msg="configmap informer cancelled"
time="2022-09-21T14:21:01Z" level=info msg="secrets informer cancelled"
time="2022-09-21T14:21:02Z" level=info msg="Configmap/secret informer synced"
time="2022-09-21T14:21:02Z" level=info msg="argocd v2.4.12+41f54aa serving on port 8080 (url: , tls: false, namespace: argocd, sso: false)"
time="2022-09-21T14:21:02Z" level=info msg="0xc000f0aa20 subscribed to settings updates"
time="2022-09-21T14:21:02Z" level=info msg="Starting rbac config informer"
time="2022-09-21T14:21:02Z" level=info msg="RBAC ConfigMap 'argocd-rbac-cm' added"
redis: 2022/09/21 14:22:06 pubsub.go:159: redis: discarding bad PubSub connection: EOF
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 15 (1 by maintainers)
sorry very long
my helm values
Get same error since updated argo from 4.4.0 to 5.5.0