From ed63a5a6f0448e0e866b110b6d34cb7cb867c346 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 23 Sep 2024 23:01:09 +0100 Subject: [PATCH] fix(apps): drone - use https for the runner --- kubernetes/apps/production/drone/runner/runner-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/production/drone/runner/runner-deployment.yaml b/kubernetes/apps/production/drone/runner/runner-deployment.yaml index 1d6965d..43d70b5 100644 --- a/kubernetes/apps/production/drone/runner/runner-deployment.yaml +++ b/kubernetes/apps/production/drone/runner/runner-deployment.yaml @@ -31,7 +31,7 @@ spec: - name: DRONE_RPC_HOST value: drone.fascinated.cc - name: DRONE_RPC_PROTO - value: http + value: https - name: DRONE_RPC_SECRET valueFrom: secretKeyRef: