fix: correct Gitea service DNS in bernard-worker
This commit is contained in:
parent
5444c5c6e5
commit
a312778a36
|
|
@ -47,7 +47,7 @@ spec:
|
|||
- name: BERNARD_TASK_QUEUE
|
||||
value: "bernard"
|
||||
- name: GITEA_BASE_URL
|
||||
value: "http://gitea-http.gitea.svc.cluster.local:3000"
|
||||
value: "http://gitea.gitea.svc.cluster.local:3000"
|
||||
- name: GITEA_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
|||
Loading…
Reference in New Issue