Skip to content

Commit c357d5a

Browse files
author
Anandkumar Patel
committed
hotfix khronos
1 parent ecb7737 commit c357d5a

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

ansible/group_vars/alpha-khronos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

111117
container_run_args: timeout 1h npm start

ansible/k8/delta/khronos/deployments/khronos

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ spec:
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

ansible/k8/gamma/khronos/deployments/khronos

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ spec:
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

0 commit comments

Comments
 (0)