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
Some checks failed
Helm Publish / publish (push) Failing after 3m22s
This commit is contained in:
@@ -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" . }}"
|
||||
|
||||
Reference in New Issue
Block a user