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

Enable Gzip Compression for argocd-server #425

Open
BlueCog opened this issue Jan 31, 2023 · 1 comment
Open

Enable Gzip Compression for argocd-server #425

BlueCog opened this issue Jan 31, 2023 · 1 comment

Comments

@BlueCog
Copy link

BlueCog commented Jan 31, 2023

Our ArgoCD GUI gets very slow when accessing a application with many resources. What i'm understanding from the documentation maby enabling gzip compressions helps. This could be done via argocd-server [flags] (see docs below). But I cannot find any setting in configmaps / documentation on how to enable this in the gitops-operator.

Is there a possibility to set these extra flag(s) or would this be an feature request?

See:
https://argo-cd.readthedocs.io/en/release-1.8/operator-manual/server-commands/argocd-server/
https://able8.medium.com/argocd-enable-gzip-compression-to-speed-up-web-ui-27a5bd427ca4

@PapaNappa
Copy link

There is extraCommandArgs for the Server (docs)

  server:
    extraCommandArgs:
    - --enable-gzip

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

No branches or pull requests

2 participants