diff --git a/runner/deployment.yaml b/runner/deployment.yaml index 0435056..ce4a128 100644 --- a/runner/deployment.yaml +++ b/runner/deployment.yaml @@ -13,6 +13,10 @@ spec: labels: app: gitea-runner spec: + hostAliases: + - ip: 10.245.189.80 + hostnames: + - git.lunarfront.tech containers: - name: runner image: gitea/act_runner:latest