Update DRONE_RPC_SERVER to use localhost

This commit is contained in:
2025-06-16 13:36:28 +05:30
parent d05522d87d
commit 7a8cd7ef34

View File

@@ -61,7 +61,7 @@ spec:
image: drone/drone-runner-kube:latest
env:
- name: DRONE_RPC_SERVER
value: "http://drone-server-service:4338"
value: "http://localhost:80"
- name: DRONE_RPC_SECRET
valueFrom:
secretKeyRef: