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

Added support for proxy envs in litmus chart #390

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Jonsy13
Copy link
Contributor

@Jonsy13 Jonsy13 commented Jul 16, 2024

What this PR does / why we need it:

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Chart Version bumped
  • Variables are documented in the README.md

@@ -153,6 +153,14 @@ spec:
value: "{{ (index .Values.portal.server.graphqlServer.ports 1).containerPort }}"
- name: ALLOWED_ORIGINS
value: "{{ .Values.allowedOrigins }}"
{{- if has "gql-server" .Values.proxy.components }}
- name: HTTP_PROXY

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which apis calls or url will use this proxy variables?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Users can use this incase of air-gapped setup where they can provide access to external resources like github or to an external cluster using proxy only.

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.

Feature request: add extra environment variables to Litmus Helm chart and its templates
3 participants