Skip to content

Using Proxy for action-controller #501

You must be logged in to vote

@sandeepraj-chandrakant-bhandari-db you can just add the HTTP proxy environment variables to your RunnerDeployment as below:

apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
  name: demo-runners
spec:
  template:
    spec:
      env:
        - name: http_proxy
          value: "http://proxy.example.com:8080"
        - name: https_proxy
          value: "http://proxy.example.com:8080"
        - name: no_proxy
          value: "172.20.0.1,*.example.com"
...

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@mumoshu
Comment options

@sandeepraj-chandrakant-bhandari-db
Comment options

@donovanmuller
Comment options

@sandeepraj-chandrakant-bhandari-db
Comment options

@sandeepraj-chandrakant-bhandari-db
Comment options

Answer selected by mumoshu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested RunnerDeployment Discussions around RunnerDeployment Kubernetes Proxy Configuration
4 participants
Converted from issue

This discussion was converted from issue #493 on May 01, 2021 12:31.