diff --git a/runner/deployment.yaml b/runner/deployment.yaml index ce4a128..5a6abac 100644 --- a/runner/deployment.yaml +++ b/runner/deployment.yaml @@ -13,10 +13,6 @@ spec: labels: app: gitea-runner spec: - hostAliases: - - ip: 10.245.189.80 - hostnames: - - git.lunarfront.tech containers: - name: runner image: gitea/act_runner:latest @@ -29,7 +25,7 @@ spec: memory: 2Gi env: - name: GITEA_INSTANCE_URL - value: https://git.lunarfront.tech + value: http://gitea-http.gitea.svc.cluster.local:3000 - name: GITEA_RUNNER_REGISTRATION_TOKEN valueFrom: secretKeyRef: