diff --git a/deploy/drone/drone-runner-amd64.yaml b/deploy/drone/drone-runner-amd64.yaml index dd3cbec..bb2ff13 100644 --- a/deploy/drone/drone-runner-amd64.yaml +++ b/deploy/drone/drone-runner-amd64.yaml @@ -35,4 +35,10 @@ spec: - name: DRONE_UI_USERNAME value: "root" - name: DRONE_UI_PASSWORD - value: "root" \ No newline at end of file + value: "root" + - name: DRONE_UI_DISABLE + value: "false" + - name: DRONE_HTTP_PROTO + value: "https" + - name: DRONE_HTTP_HOST + value: "runner.panic.haus" \ No newline at end of file