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:
|
||||
app: gitea-runner
|
||||
spec:
|
||||
hostAliases:
|
||||
- ip: 10.245.189.80
|
||||
hostnames:
|
||||
- git.lunarfront.tech
|
||||
initContainers:
|
||||
- name: wait-for-dind
|
||||
image: docker:cli
|
||||
|
||||
Reference in New Issue
Block a user