fix: add hostAliases for git.lunarfront.tech so dind can reach registry via nginx
This commit is contained in:
@@ -13,6 +13,10 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: gitea-runner
|
app: gitea-runner
|
||||||
spec:
|
spec:
|
||||||
|
hostAliases:
|
||||||
|
- ip: 10.245.189.80
|
||||||
|
hostnames:
|
||||||
|
- git.lunarfront.tech
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: wait-for-dind
|
- name: wait-for-dind
|
||||||
image: docker:cli
|
image: docker:cli
|
||||||
|
|||||||
Reference in New Issue
Block a user