improve connectivity
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
@@ -32,7 +33,7 @@ spec:
|
||||
restartPolicy: Always
|
||||
env:
|
||||
- name: DRONE_GITEA_SERVER
|
||||
value: "https://gitea-int-service:3000"
|
||||
value: "https://gitea.akshun-lab.uk"
|
||||
- name: DRONE_GITEA_CLIENT_ID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
@@ -49,9 +50,9 @@ spec:
|
||||
name: drone-gitea-secrets
|
||||
key: rpc_secret
|
||||
- name: DRONE_SERVER_HOST
|
||||
value: "drone-server-service:4338"
|
||||
value: "drone.akshun-lab.uk"
|
||||
- name: DRONE_SERVER_PROTO
|
||||
value: "http"
|
||||
value: "https"
|
||||
volumeMounts:
|
||||
- name: drone-data
|
||||
mountPath: /data
|
||||
@@ -67,7 +68,7 @@ spec:
|
||||
name: drone-gitea-secrets
|
||||
key: rpc_secret
|
||||
- name: DRONE_RPC_HOST
|
||||
value: "drone-server-service:4338"
|
||||
value: "localhost:80"
|
||||
volumes:
|
||||
- name: drone-data
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user