Update DRONE_RPC_SERVER to use localhost
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user