File tree Expand file tree Collapse file tree
delta/khronos/deployments
gamma/khronos/deployments Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,5 +107,11 @@ container_envs:
107107 value : " {{ user_content_domain }}"
108108 - name : WORKER_MAX_RETRY_DELAY
109109 value : " 3600000"
110+ - name : GITHUB_VARNISH_HOST
111+ value : " {{ github_varnish_host }}"
112+ - name : GITHUB_VARNISH_PORT
113+ value : " {{ github_varnish_port }}"
114+ - name : GITHUB_PROTOCOL
115+ value : " http"
110116
111117container_run_args : timeout 1h npm start
Original file line number Diff line number Diff line change 7676 value: "runnableapp.com"
7777 - name: WORKER_MAX_RETRY_DELAY
7878 value: "3600000"
79+ - name: GITHUB_VARNISH_HOST
80+ value: "github-varnish"
81+ - name: GITHUB_VARNISH_PORT
82+ value: "80"
83+ - name: GITHUB_PROTOCOL
84+ value: "http"
7985 volumeMounts:
8086 - name: khronos-docker-ssl-certs
8187 mountPath: /etc/ssl/docker
Original file line number Diff line number Diff line change 7474 value: "runnablecloud.com"
7575 - name: WORKER_MAX_RETRY_DELAY
7676 value: "3600000"
77+ - name: GITHUB_VARNISH_HOST
78+ value: "github-varnish"
79+ - name: GITHUB_VARNISH_PORT
80+ value: "80"
81+ - name: GITHUB_PROTOCOL
82+ value: "http"
7783 volumeMounts:
7884 - name: khronos-docker-ssl-certs
7985 mountPath: /etc/ssl/docker
You can’t perform that action at this time.
0 commit comments