diff --git a/cluster/apps/drone/drone-svc.yml b/cluster/apps/drone/drone-svc.yml index 529f014..3c5f65f 100644 --- a/cluster/apps/drone/drone-svc.yml +++ b/cluster/apps/drone/drone-svc.yml @@ -10,5 +10,5 @@ spec: type: LoadBalancer ports: - port: 4338 - targetPort: 443 + targetPort: 80 protocol: TCP diff --git a/cluster/apps/drone/drone.yml b/cluster/apps/drone/drone.yml index f768301..d50fb3a 100644 --- a/cluster/apps/drone/drone.yml +++ b/cluster/apps/drone/drone.yml @@ -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: