fix: add hostAliases for git.lunarfront.tech so dind can reach registry via nginx

This commit is contained in:
Ryan Moon
2026-04-03 06:48:35 -05:00
parent 705dab6e49
commit bda73afa18

View File

@@ -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