improve connectivity

This commit is contained in:
2025-06-16 00:11:52 +05:30
parent 5e79f50c8d
commit 5ddcc05a68
2 changed files with 6 additions and 5 deletions

View File

@@ -10,5 +10,5 @@ spec:
type: LoadBalancer
ports:
- port: 4338
targetPort: 443
targetPort: 80
protocol: TCP

View File

@@ -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: