Added a hostAlias to stateful set template to make runner connect internally without hitting internet
Some checks failed
Helm Publish / publish (push) Failing after 3m22s

This commit is contained in:
2025-12-03 17:36:46 +11:00
parent 81679e0e73
commit 5ae6580aef

View File

@@ -45,6 +45,10 @@ spec:
echo "Trying again in 3 seconds..."
done
echo "Gitea has been reached!"
hostAliases:
- ip: 192.168.0.235
hostnames:
- "gitea.apilab.us"
containers:
- name: act-runner
image: "{{ include "gitea.actions.actRunner.image" . }}"