We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recently I get the Http404 error about static files when I go to the homepage.
ingress: enabled: true annotations: nginx.ingress.kubernetes.io/backend-protocol: HTTPS nginx.ingress.kubernetes.io/configuration-snippet: |- proxy_ssl_server_name on; proxy_ssl_name $host; rewrite ^(/argo-rollouts)$ $1/ redirect; nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/rewrite-target: /$2 nginx.ingress.kubernetes.io/secure-backends: "true" paths: - /argo-rollouts(/|$)(.*)
Argo-cd has support it: argoproj/argo-cd#3503
The text was updated successfully, but these errors were encountered:
Can I have it please ?
Sorry, something went wrong.
@schakrad assigned to you. comment on the ticket so that I can assign
Hari, Could you please assign this task to me.
#2075 fixes the issue
schakrad
No branches or pull requests
Recently I get the Http404 error about static files when I go to the homepage.
Argo-cd has support it: argoproj/argo-cd#3503
The text was updated successfully, but these errors were encountered: