fix: correct Gitea service DNS in bernard-worker

This commit is contained in:
Antigravity 2026-05-21 19:46:42 -04:00
parent 5444c5c6e5
commit a312778a36
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ spec:
- name: BERNARD_TASK_QUEUE - name: BERNARD_TASK_QUEUE
value: "bernard" value: "bernard"
- name: GITEA_BASE_URL - name: GITEA_BASE_URL
value: "http://gitea-http.gitea.svc.cluster.local:3000" value: "http://gitea.gitea.svc.cluster.local:3000"
- name: GITEA_TOKEN - name: GITEA_TOKEN
valueFrom: valueFrom:
secretKeyRef: secretKeyRef: